Discord bot for Variety.TF.
- Create a new Discord application at: https://discord.com/developers/applications
- Go to the
Botmenu to create a bot, then enable theServer MembersandMessage Contentintents. - Consider disabling the
Public Botoption. ClickReset Tokenand copy the bot's token. - Copy
sample-config.initoconfig.ini, insert your token, and add a guild and channel ID to send debug logging to. - Edit
tmux.shto reflect the location you've cloned the repository to. - Start the bot via
./tmux.shor run it directly:cd src && ./bot.py