refactor: remove dynamic handler system

Can just use client.add_listener instead
This commit is contained in:
2025-01-05 17:33:52 -05:00
parent 17bcdc687d
commit cf2348c918
2 changed files with 1 additions and 27 deletions

View File

@@ -7,7 +7,6 @@ from state import client, start_time
@client.event
async def on_ready():
await events.trigger_dynamic_handlers("on_ready")
print(f"logged in as {client.user} in {round(time.time() - start_time, 1)}s")