refactor: minor fixes everywhere

This commit is contained in:
2025-01-05 23:43:08 -05:00
parent ebde4f1310
commit 565dbb6f47
11 changed files with 44 additions and 47 deletions

View File

@@ -17,15 +17,6 @@ async def on_ready():
),
).start()
threading.Thread(
name="check_idle",
target=asyncio.run_coroutine_threadsafe,
args=(
tasks.check_idle(),
client.loop,
),
).start()
async def on_message(message):
await core.on_message(message)