Skip to content

Commit cc3df22

Browse files
committed
Remove references to help command
1 parent ca8cb6d commit cc3df22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

discord/cog.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,6 @@ def remove_cog(self, name: str) -> Optional[Cog]:
584584
if cog is None:
585585
return
586586

587-
help_command = self._help_command
588-
if help_command and help_command.cog is cog:
589-
help_command.cog = None
590587
cog._eject(self)
591588

592589
return cog

0 commit comments

Comments
 (0)