twitch-bot v0.2.0
Thorben Günther (13):
Switch to log for output
contrib: Add docker-compose file for PostgreSQL DB
Refactor to use a bot struct
bot: Add database to struct
faceit: Support retrieving any player's elo
faceit: Refactor for additional future commands
CI: Add build manifest
Refactor for unified error handling
bot: Check badges to see if a user is authorized
bot: Moderators are authorized as well
static_commands: Add commands list
commands list: Add built-in commands
static_commands: Protect built-in commands
twitch-bot v0.1.0
Thorben Günther (13):
Initial commit
Add gitignore
Read username and oauth from config file
Add flag for custom config file path
Read channel names from config
Establish PostgreSQL database connection
Support creating and updating commands
Let bot reply with command result
Add command deletion
Switch to map for channel configuration
Shutdown gracefully
static_commands: Support multiple synonyms for command update
Add basic faceit support