diff --git a/cogs/help.py b/cogs/help.py index 999de91..c72585e 100755 --- a/cogs/help.py +++ b/cogs/help.py @@ -29,7 +29,7 @@ class Help(commands.Cog): if not cmds.hidden: liste_cmds += f", `{ctx.prefix}{cmds.name}`" nb_cmds += 1 - if name_cog != "Help": + if name_cog != "Help" and nb_cmds > 0: halp.add_field(name = f'**{name_cog} — {nb_cmds}**', value = liste_cmds[2:], inline = False)