ajout précision dans le slash du chifumi
This commit is contained in:
parent
4b25f756f7
commit
c9737bb115
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Games(commands.Cog):
|
||||||
@_chifumi.error
|
@_chifumi.error
|
||||||
async def _chifumi_error(self, ctx, error):
|
async def _chifumi_error(self, ctx, error):
|
||||||
await ctx.send(f"Mauvaise syntaxe : `{ctx.prefix}chifumi/shifumi/ppc <pierre/papier/ciseaux>`.")
|
await ctx.send(f"Mauvaise syntaxe : `{ctx.prefix}chifumi/shifumi/ppc <pierre/papier/ciseaux>`.")
|
||||||
@cog_ext.cog_slash(name="chifumi", description = "Un simple Chifumi contre le bot.")
|
@cog_ext.cog_slash(name="chifumi", description = "Un simple Chifumi contre le bot. <pierre/papier/ciseaux>")
|
||||||
async def __chifumi(self, ctx, choix):
|
async def __chifumi(self, ctx, choix):
|
||||||
return await self._chifumi(ctx, choix, True)
|
return await self._chifumi(ctx, choix, True)
|
||||||
|
|
||||||
|
|
Reference in a new issue