A discord chat and music bot written in Rust
- Docker
- Discord bot token
- Discord bot application ID
Download the docker-compose.yml.
In the same folder as the docker-compose.yml create a .env
file with the environment variables DB_PASS
, DISCORD_TOKEN
and APPLICATION_ID
.
Example:
DISCORD_TOKEN=aPc7yOzdaGg8gegTU2.uakxzW23dh6g4G46GAD6JBZs
APPLICATION_ID=973467367436746574
DB_PASS=examplepassword
Open the folder in a terminal.
Run the bot with the following command:
docker compose up --no-build