You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,18 @@
8
8
Simple soundboard for discord. You can trigger sounds by commands typed in discord chat, or you can
9
9
choose the sound from the web UI. You will need to create a bot account that the bot will use to join
10
10
and play sounds. The bot can only play sounds/respond to commands for servers it has been given access to.
11
-
Requires java 8 or higher. This bot uses the [DiscordJDA](https://github.com/DV8FromTheWorld/JDA) library.
11
+
Requires Java 25 or higher. This bot uses the [DiscordJDA](https://github.com/DV8FromTheWorld/JDA) library (version 6.3.0) with DAVE protocol support for Discord audio encryption.
## Must have Java 17+ 64bit version installed in order for the soundboard to work properly
16
+
## Must have Java 25+ 64bit version installed in order for the soundboard to work properly
17
17
18
18
Join the official discord: [https://discord.gg/kZTNtfW](https://discord.gg/kZTNtfW)
19
19
20
20
## 4.* Releases
21
21
**If you're updating from any version prior to 4.0 you will need to delete your old DB file.** The release of 4.* updates
22
-
the JDA library to 6.1.1 and some updates to the legacy UI. In 4.1.* and above, I added a new UI available at {BASE_URL}/indexV2.html.
22
+
the JDA library to 6.3.0 with DAVE (Discord Audio Video Encryption) protocol support and some updates to the legacy UI. In 4.1.* and above, I added a new UI available at {BASE_URL}/indexV2.html.
23
23
The new UI allows OAuth through Discord. The UI should work fine without configuring OAuth but will give extra functionality
24
24
if you do configure it for users you grant roles to (Admin, Moderator, or DJ). To configure, you'll need to go to the [Discord
25
25
developer portal](https://discord.com/developers/applications/), click your application, select OAuth2. From this screen
0 commit comments