From c9737bb115c206358f28e1ab046c0ae6aca2b157 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 29 May 2021 00:04:58 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20pr=C3=A9cision=20dans=20le=20slash=20du?= =?UTF-8?q?=20chifumi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cogs/games.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/games.py b/src/cogs/games.py index 8897886..95d7bdf 100644 --- a/src/cogs/games.py +++ b/src/cogs/games.py @@ -51,7 +51,7 @@ class Games(commands.Cog): @_chifumi.error async def _chifumi_error(self, ctx, error): await ctx.send(f"Mauvaise syntaxe : `{ctx.prefix}chifumi/shifumi/ppc `.") - @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. ") async def __chifumi(self, ctx, choix): return await self._chifumi(ctx, choix, True)