mirror of
https://github.com/miaowware/qrm2.git
synced 2026-06-04 23:14:55 -04:00
fix issue with help cmd not showing all cmds, bump to 2.7.3
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user