Rotation and hashing V1.0.1

This commit is contained in:
Patryk Mazur
2026-04-22 19:36:56 +02:00
parent 474793bcaa
commit 1514ce1dc6
4 changed files with 65 additions and 16 deletions
+2 -2
View File
@@ -8,6 +8,6 @@ load_dotenv()
asyncio.set_event_loop(asyncio.new_event_loop())
bot = Bot()
bot.load_extension("bot.cogs")
bot.load_extension('bot.cogs')
bot.run(os.getenv("TOKEN"))
bot.run(os.getenv('TOKEN'))