feat: set status to idle appropriately

This commit is contained in:
2025-01-05 19:23:50 -05:00
parent d7ab46a20e
commit 3848deb887
5 changed files with 41 additions and 1 deletions

View File

@@ -1,8 +1,13 @@
import commands
import core
import tasks
from state import client
async def on_ready():
await tasks.check_idle()
async def on_message(message):
await core.on_message(message)