Skip to content

Commit f7c14b1

Browse files
committed
Update readme
1 parent 2fe6f69 commit f7c14b1

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
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.
55

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.
97

108
## Features
119
- Basic player commands (::play, ::list, ::skip, ::shuffle)
@@ -18,6 +16,7 @@ This is currently work-in-progress.
1816
- Install Java 11
1917
- Make a copy of `ukulele.example.yml` and rename it to `ukulele.yml`
2018
- 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
2120
- Run `./ukulele` to build and run the application (Windows users use the .bat files via commandline)
2221

2322
### Using Docker
@@ -54,7 +53,3 @@ This Arch package provides a systemd service for ukulele, and places the files f
5453
Pull requests are welcome! Look through the issues and/or create one if you have an idea.
5554

5655
Please read [CONTRIBUTING.md](CONTRIBUTING.md)
57-
58-
## Make your own changes (More info soon)
59-
- Change code
60-
- `./gradlew clean build`

0 commit comments

Comments
 (0)