|
@ -459,6 +459,9 @@ class Cog(metaclass=CogMeta): |
|
|
for to_undo in self.__cog_commands__[:index]: |
|
|
for to_undo in self.__cog_commands__[:index]: |
|
|
if to_undo.parent is None: |
|
|
if to_undo.parent is None: |
|
|
bot.remove_command(to_undo.name) |
|
|
bot.remove_command(to_undo.name) |
|
|
|
|
|
try: |
|
|
|
|
|
await maybe_coroutine(self.cog_unload) |
|
|
|
|
|
finally: |
|
|
raise e |
|
|
raise e |
|
|
|
|
|
|
|
|
# check if we're overriding the default |
|
|
# check if we're overriding the default |
|
|