From d6f3b6462c01d9f757129ac0085e87c7f73e3349 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 31 May 2021 23:28:54 +0200 Subject: [PATCH] precision mock command for slash --- src/cogs/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/fun.py b/src/cogs/fun.py index 1f81b6d..c68ff7c 100644 --- a/src/cogs/fun.py +++ b/src/cogs/fun.py @@ -140,7 +140,7 @@ class Fun(commands.Cog): @commands.command(name='mock') async def _mock(self, ctx): - """Se moque du message précédent⁢⁢⁢⁢⁢⁢⁢⁢⁢⁢""" + """Se moque du message précédent. - Slash command not available⁢⁢⁢⁢⁢⁢⁢⁢⁢⁢""" first = 0 suite_auteur = None temps_limite = (await ctx.message.channel.history(limit = 2).flatten())[1].created_at - timedelta(minutes = 5)