Update bot.py
This commit is contained in:
parent
81b740ea95
commit
9a848c55ad
1 changed files with 2 additions and 0 deletions
2
bot.py
2
bot.py
|
@ -32,6 +32,8 @@ async def on_ready():
|
|||
except ExtensionAlreadyLoaded as eal:
|
||||
pass
|
||||
|
||||
logger.info('We\'re ready to go!')
|
||||
|
||||
|
||||
@bot.event
|
||||
async def on_message(message: disnake.Message):
|
||||
|
|
Loading…
Add table
Reference in a new issue