Discord bot for Variety.TF.
- Create a new Discord application at: https://discord.com/developers/applications
- Go to the
Bot
menu to create a bot, then enable theServer Members
andMessage Content
intents. - Consider disabling the
Public Bot
option. ClickReset Token
and copy the bot's token. - Copy
sample-config.ini
toconfig.ini
, insert your token, and add a guild and channel ID to send debug logging to. - Edit
tmux.sh
to reflect the location you've cloned the repository to. - Start the bot via
./tmux.sh
or run it directly:cd src && ./bot.py