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:
@ -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(
|
||||
|
Reference in New Issue
Block a user