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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
Ukulele is a bot made by the creator and collaborators of FredBoat. The concept is to replicate FredBoat while keeping it simple. The original stack is engineered for serving millions of servers, and is thus too complex to selfhost.
5
5
6
-
The bot is self-contained and only requires Java 17 to run. This bot uses some of the underlying technology behind Lavalink without actually requiring you to host Lavalink.
6
+
The bot is self-contained and only requires Java 25 to run. This bot uses some of the underlying technology behind Lavalink without actually requiring you to host Lavalink.
7
7
8
8
## Features
9
9
- Basic player commands (::play, ::list, ::skip, ::shuffle)
@@ -13,7 +13,7 @@ The bot is self-contained and only requires Java 17 to run. This bot uses some o
13
13
## Host it yourself
14
14
15
15
### Manual
16
-
- Install Java 11
16
+
- Install Java 25
17
17
- Make a copy of `ukulele.example.yml` and rename it to `ukulele.yml`
18
18
- Input the bot token [(guide)](https://discordjs.guide/preparations/setting-up-a-bot-application.html)
19
19
- Make sure to enable 'Message Content Intent' in your bot settings on Discord
0 commit comments