correction add help commande issue

This commit is contained in:
BFlow 2020-04-24 10:11:23 +02:00
parent 3cfa6ec653
commit 0fbcf24898

View file

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