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-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +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 11 to run.
7
-
8
-
This is currently work-in-progress.
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.
9
7
10
8
## Features
11
9
- Basic player commands (::play, ::list, ::skip, ::shuffle)
@@ -18,6 +16,7 @@ This is currently work-in-progress.
18
16
- Install Java 11
19
17
- Make a copy of `ukulele.example.yml` and rename it to `ukulele.yml`
20
18
- Input the bot token [(guide)](https://discordjs.guide/preparations/setting-up-a-bot-application.html)
19
+
- Make sure to enable 'Message Content Intent' in your bot settings on Discord
21
20
- Run `./ukulele` to build and run the application (Windows users use the .bat files via commandline)
22
21
23
22
### Using Docker
@@ -54,7 +53,3 @@ This Arch package provides a systemd service for ukulele, and places the files f
54
53
Pull requests are welcome! Look through the issues and/or create one if you have an idea.
0 commit comments