test errors

This commit is contained in:
Dusty.P 2018-05-20 00:34:02 -08:00
parent e9874bd060
commit 1c04e9fe1a

View File

@ -145,7 +145,7 @@ class BotEvents:
async def on_command_error(self, ctx, error):
if ctx.channel.id == 418452585683484680 and type(error) == discord.ext.commands.errors.CommandNotFound:
return
for page in utils.paginate(type(error.original)):
for page in utils.paginate(error.with_traceback):
await ctx.send(page)
async def on_guild_join(self, guild):