added math
This commit is contained in:
parent
bd8cfa44d4
commit
a3e318d4e5
2 changed files with 21 additions and 0 deletions
|
@ -72,6 +72,7 @@ class Help(commands.MinimalHelpCommand):
|
|||
|
||||
for cog, cog_commands in mapping.items():
|
||||
cmds = cmds + cog_commands
|
||||
cog = cog # Just so that the warning goes away
|
||||
|
||||
newCmds = []
|
||||
for item in cmds:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue