FEAT: Added XP System, need to test and adjust it

REF: Adjusted the Twitch Module to be on a 5 minute cooldown
DOC: Adjusted related code for the new XP system in db and config
This commit is contained in:
Dan
2024-06-21 22:14:26 -04:00
parent cc8a1ea630
commit 4d9214e378
4 changed files with 92 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class TwitchModule:
logger.error(f"Error checking live status for {twitch_name}: {e}", exc_info=True)
conn.close()
await asyncio.sleep(120) # Check every 2 minutes for testing purposes
await asyncio.sleep(300) # Check every 5 minutes
def add_commands(self):
@app_commands.command(