From e438e187d22223f34604afaec220d3e5d835c1ac Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 24 Apr 2020 10:01:45 +0200 Subject: [PATCH] add help commande issue --- kabot/kabot/kabot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 43b1670..c65aa2e 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -166,7 +166,8 @@ class Mybot(commands.Cog): issue = project.issues.create({'title': title}) await ctx.channel.send(issue.web_url) else: - await ctx.channel.send('unknown command') + await ctx.channel.send('unknown command, Try: !issue [arg]', + "Args: list, search[optionnel: mot clé] et add[nom de l'issue]") @commands.command(help="optionnal args : [livre] [character]") async def kaamelott(self, ctx, *args):