Cassette is a Discord bot that plays your most favourite music in your most visited voice channels.
Find a file
2024-06-15 00:22:38 +05:00
Cassette Pass CancellationTokens where possible 2024-06-15 00:22:38 +05:00
.editorconfig Initial commit 2023-12-17 04:10:17 +03:00
.gitignore Initial commit 2023-12-17 04:10:17 +03:00
Cassette.sln Initial commit 2023-12-17 04:10:17 +03:00
LICENSE Initial commit 2023-12-17 04:10:17 +03:00
README.md Update banner link 2024-01-28 00:41:58 +05:00

Banner

Cassette is a Discord bot that plays your most favourite music in your most visited voice channels.

License Powered by Remora Powered by Lavalink4NET


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

  1. Install .NET 8 SDK
  2. Go to the Discord Developer Portal, create a new application and get a bot token. Don't forget to also enable all intents!
  3. Download, configure1 & run Lavalink node
java -jar Lavalink.jar
  1. Clone this repository and open Cassette folder.
git clone https://git.mctaylors.ru/mctaylors/Cassette
cd Cassette
  1. Run Cassette using dotnet with BOT_TOKEN variable.
dotnet run BOT_TOKEN='ENTER_TOKEN_HERE'