correction add help commande issue
This commit is contained in:
parent
0fbcf24898
commit
cc2bc6a287
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class Mybot(commands.Cog):
|
||||||
await asyncio.sleep(len(slap_multiple)/4)
|
await asyncio.sleep(len(slap_multiple)/4)
|
||||||
await ctx.channel.send(random.choice(slap_multiple) % user)
|
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):
|
async def issue(self, ctx, *args):
|
||||||
if args:
|
if args:
|
||||||
args = list(args)
|
args = list(args)
|
||||||
|
|
Loading…
Reference in a new issue