From cc2bc6a28704edb93de8a3d3579408624d67d14f Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 24 Apr 2020 10:13:54 +0200 Subject: [PATCH] correction add help commande issue --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 6b33408..f7d56dd 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -138,7 +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 \n Args: list, search[optionnel: mot clé] et add[nom de l'issue]") + @commands.command(help="Interrogation issues \n Args: list, search[mot clé] et add[nom de l'issue]") async def issue(self, ctx, *args): if args: args = list(args)