diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 0330a0b..a7a07d6 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -138,10 +138,7 @@ class Mybot(commands.Cog): await asyncio.sleep(len(slap_multiple)/4) await ctx.channel.send(random.choice(slap_multiple) % user) - @commands.command(help="Interrogation issues", - "!issue[arg]", - "Args: list, search[optionnel: mot clé] et add[nom de l'issue]" - ) + @commands.command(help="Interrogation issues \n Args: list search[optionnel: mot clé] et add[nom de l'issue]") async def issue(self, ctx, *args): if args: args = list(args)