test errors

release-1.0.0
DustyP 8 years ago
parent 69a0475edd
commit d8e28af901

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

Loading…
Cancel
Save