FEAT: Added Twitch Module (Just Checks if a user is live or not right now)

REF: Removed unneeded database generation files
DOC: Added Twitch module to the Config and main.py
REF: Changed 'currency' to 'Kibble'
This commit is contained in:
Dan
2024-06-21 18:38:15 -04:00
parent c78912783a
commit 81f4981646
6 changed files with 93 additions and 50 deletions

View File

@ -19,4 +19,5 @@ ENABLED_MODULES = [
"modules.media.spotify_module",
"modules.user.birthday_module",
"modules.money.currency_module",
"modules.social.twitch_module",
]