Update bot.py

This commit is contained in:
Yuuki 2024-12-25 20:20:28 +09:00
parent 601db8da65
commit 0978163b1d

1
bot.py
View file

@ -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