fix issue with help cmd not showing all cmds, bump to 2.7.3

This commit is contained in:
Abigail G
2021-04-12 19:36:03 -04:00
parent 2eb183ff08
commit e7a1a4e5de
3 changed files with 8 additions and 3 deletions
-1
View File
@@ -43,7 +43,6 @@ class QrmHelpCommand(commands.HelpCommand):
bolt_cmds[cat].append(c)
else:
bolt_cmds[cat] = [c]
cmds.remove(c)
else:
ret.append(c)