Browse Source

Update bot.py

pull/4/head
Purpur 3 years ago
committed by GitHub
parent
commit
c494f53e5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      bot.py

4
bot.py

@ -72,9 +72,9 @@ async def on_message(message):
embed_var = discord.Embed(title="Please use a paste service", color=0x1D83D4)
embed_var.description = response
await message.channel.send(embed=embed_var)
linking = bot.get_cog('Linking')
await linking.link_account(message)
timings = bot.get_cog('Timings')
await timings.analyze_timings(message)
await bot.process_commands(message)

Loading…
Cancel
Save