From a598e7dfaaf86b91ec4ffc7a0f134eade9018a15 Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 17 Apr 2020 12:39:53 +0200 Subject: [PATCH] Mute 2er essai --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 3dd0f16..119a357 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -215,7 +215,7 @@ class Mybot(commands.Cog): await ctx.send(result) @commands.command(help="Toi tu fermes ta gueule! Tu la fermes définitivement") - async def mute(ctx, member: discord.Member=None, mute_time = 10): + async def mute(self, ctx, member=None, mute_time = 10): if not member: await ctx.channel.send("Qui veux-tu mute?") return