Skip to content

Commit eaf623a

Browse files
committed
Skibidi error handling.
1 parent 33c43f7 commit eaf623a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nameless/nameless.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ async def _register_commands(self):
115115
try:
116116
await self.load_extension(module_name)
117117
except commands.ExtensionFailed as ex:
118-
raise ex
118+
logging.error("Command load failure.", exc_info=ex)

0 commit comments

Comments
 (0)