add help commande issue
This commit is contained in:
parent
d03d94b0f2
commit
e438e187d2
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ class Mybot(commands.Cog):
|
||||||
issue = project.issues.create({'title': title})
|
issue = project.issues.create({'title': title})
|
||||||
await ctx.channel.send(issue.web_url)
|
await ctx.channel.send(issue.web_url)
|
||||||
else:
|
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]")
|
@commands.command(help="optionnal args : [livre] [character]")
|
||||||
async def kaamelott(self, ctx, *args):
|
async def kaamelott(self, ctx, *args):
|
||||||
|
|
Loading…
Reference in a new issue