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

@@ -12,4 +12,5 @@ async def on_ready():
await events.on_ready()
client.run(constants.SECRETS["TOKEN"])
if __name__ == "__main__":
client.run(constants.SECRETS["TOKEN"])