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

@@ -9,5 +9,7 @@ from state import client, start_time
async def on_ready():
print(f"logged in as {client.user} in {round(time.time() - start_time, 1)}s")
await events.on_ready()
client.run(constants.SECRETS["TOKEN"])