The poorly written music discord bot
The token of your discord bot that has the guild message permission and voice guild permission
pass the env TOKEN
to the container. for example, pass by the env file by creating .env
file and the content is
TOKEN=your-discord-bot-token
then create config file name config.yaml
and the content is
prefix: ';'
voiceBehavior:
timeoutInMS: 300000
and then run
docker run -d --env-file ./.env --name stupid-bot ghcr.io/xiaoxuxxxx/stupid-bot
and your bot should work now