Cassette is a Discord bot that plays your most favourite music in your most visited voice channels.
|
||
---|---|---|
Cassette | ||
.editorconfig | ||
.gitignore | ||
Cassette.sln | ||
LICENSE | ||
README.md |
Cassette is a Discord bot that plays your most favourite music in your most visited voice channels.
Features
/play
— get music from URL or YouTube query/resume
and/pause
— resume & pause to take a break from music/seek
— rewind tracks to "that" interesting part/repeat
— repeat whole queue or that one favorite track/setvolume
— set player volume for everyone in your channel
...and some more!
Building & running Cassette
- Install .NET 8 SDK
- Go to the Discord Developer Portal, create a new application and get a bot token. Don't forget to also enable all intents!
- Download, configure1 & run Lavalink node
java -jar Lavalink.jar
- Clone this repository and open
Cassette
folder.
git clone https://git.mctaylors.ru/mctaylors/Cassette
cd Cassette
- Run Cassette using
dotnet
withBOT_TOKEN
variable.
dotnet run BOT_TOKEN='ENTER_TOKEN_HERE'