From 0978163b1d14eac249324aaff803410c5a89b47a Mon Sep 17 00:00:00 2001 From: Yuuki Date: Wed, 25 Dec 2024 20:20:28 +0900 Subject: [PATCH] Update bot.py --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index f58c8b9..964bcbb 100644 --- a/bot.py +++ b/bot.py @@ -29,6 +29,7 @@ if __name__ == '__main__': async def on_ready(): try: bot.load_extension('cogs.events') + bot.load_extension('cogs.commands') except ExtensionAlreadyLoaded as eal: pass