Toast is a Discord bot for my own stuff; My instance is for servers I personally like. You can use the code for whatever you want, though.
- Python 3.10+
pip install -r requirements.txt
- Lavalink.jar v4 (for music; put into the lavalink folder)
- YouTube Plugin (for Lavalink; put into lavalink/plugins folder)
- Java 17 or newer (for Lavalink)
- Create a
token_.py
file containing a variable named token, with your bot token - Create
lavalink/application.yml
(also follow yt plugin guidance) - (Optional) Create a server for the bot emojis, and edit the
emoji_ids
in bot.py with your emoji IDs
- Run Lavalink with
java -jar Lavalink.jar
- Run the bot with
python3 bot.py