Update bot.py
This commit is contained in:
parent
601db8da65
commit
0978163b1d
1 changed files with 1 additions and 0 deletions
1
bot.py
1
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue