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