pull: Fix a long standing bug on failed loads

This commit is contained in:
Ave 2018-11-10 23:26:18 +00:00
parent 20a7fc3339
commit d6b217e4c4

View file

@ -115,7 +115,7 @@ class AdminCog:
'successfully reloaded.')
except:
await ctx.send(f':x: Cog reloading failed, traceback: '
'```\n{traceback.format_exc()}\n```')
f'```\n{traceback.format_exc()}\n```')
return
@commands.is_owner()