This is a Discord bot mostly focused on music, with support for Youtube, SoundCloud and Spotify (and others). Feature suggestions and bug reports are appreciated
- Java 21
- Discord Developer application token
- (Optional) Spotify Developer tokens
- You can download the latest release here.
- And just run it in a terminal
java -jar Rift-x.x.x.jar
- When ran the first time it should quit automatically and create a Settings file in the same directory, open it and put in your discord token and your spotify token, now it should run normally
This bot should work on Windows, Linux and Mac system
This bot uses slash commands.
Use '/' and the desired command, for example: /play https://youtu.be/dQw4w9WgXcQ
All commands and what they do can be found after using typing /
in a discord text channel
- Alias:
play
- Usage:
/play [track url / search word]
- Searches tracks from Youtube, SoundCloud and Spotify
- Play track
- Alias:
clearqueue
- Leaves the current voice channel
- Alias:
resume
- Resumes the current track paused
- Alias:
pause
- Pauses the current track
- Alias:
info
- Gives info about the track playing
- Alias:
queue
- Gets the queue
- Alias:
remove
- Usage:
/remove [queue index]
. You can get the queue index with the queue command - Remove item from queue
- Alias:
stop
- Stops playing music and clears the queue
- Alias:
skip
- Usage:
/skip [index]
. Amount of tracks to skip - Skip(s) track
- Alias:
join
- Joins a voice channel
- Alias:
leave
- Leaves the current voice channel
- Alias:
botinfo
- Gives some small information about the bot
Released under the MIT license.