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)