Lets users track new Better Twitch TV emotes in different discord channels.
All commands require the "Manage Messages" permission.
!add <regex>: Tracks emotes matching the regular expression in the channel!remove <regex>: Stops tracking emotes matching the regular expression in the channel!list: Lists all tracked emotes in the channel!clear: Removes all tracked emotes from the channel!reloaddb: Reloads the database from the database file
- Install python and run
pip install -r requirements.txt - Create a bot on the Discord API page if you haven't and add it to a server
- Rename the template
.env.exampleto.envto hold your Discord API token or pass your token with--bot-id - Start the bot
python bot.py - Type
python bot.py --helpfor more information about the arguments
- Using a simple json file as database
- Uses Discord.py for the Discord API