From 3cfa6ec6531de26d0781320076ae302a75903d1e Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 24 Apr 2020 10:10:24 +0200 Subject: [PATCH] correction add help commande issue --- kabot/kabot/kabot.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)