correction add help commande issue
This commit is contained in:
parent
8881f7074c
commit
3cfa6ec653
1 changed files with 1 additions and 4 deletions
|
@ -138,10 +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",
|
@commands.command(help="Interrogation issues \n Args: list search[optionnel: mot clé] et add[nom de l'issue]")
|
||||||
"!issue[arg]",
|
|
||||||
"Args: list, search[optionnel: 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