correction add help commande issue

This commit is contained in:
BFlow 2020-04-24 10:10:24 +02:00
parent 8881f7074c
commit 3cfa6ec653

View file

@ -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)