We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c43f7 commit eaf623aCopy full SHA for eaf623a
nameless/nameless.py
@@ -115,4 +115,4 @@ async def _register_commands(self):
115
try:
116
await self.load_extension(module_name)
117
except commands.ExtensionFailed as ex:
118
- raise ex
+ logging.error("Command load failure.", exc_info=ex)
0 commit comments