1
0
Fork 0
mirror of synced 2024-05-17 19:12:33 +12:00
This commit is contained in:
phxntxm 2017-03-15 22:35:32 -05:00
parent efcd7ad251
commit 8f488654c5

1
bot.py
View file

@ -30,6 +30,7 @@ async def on_ready():
bot.uptime = pendulum.utcnow()
await utils.db_check()
@bot.event
async def on_message(message):
if message.author.bot: