mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 21:15:37 +00:00
pull: Fix a long standing bug on failed loads
This commit is contained in:
parent
20a7fc3339
commit
d6b217e4c4
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue