Cassette is a Discord bot that plays your most favourite music in your most visited voice channels.
- C# 100%
|
|
||
|---|---|---|
| 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/resumeand/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
Cassettefolder.
git clone https://git.mctaylors.ru/mctaylors/Cassette
cd Cassette
- Run Cassette using
dotnetwithBOT_TOKENvariable.
dotnet run BOT_TOKEN='ENTER_TOKEN_HERE'
