Discord bot supporting slash commands!
Create a .env
file with the following content.
# Discord
DISCORD_BOT_TOKEN=
DISCORD_APPLICATION_ID=
Install dependencies
python -m pip install -r ./requirements.txt
Run the bot.
python ./src/main.py
One manual action needs to be done to update the slash commands. As the owner, send a private message with !sync
to the bot.
docker-compose build
docker-compose --env-file ./.env up