From 1ba79e317226234294c81b7ad81cf25499462634 Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 17 Apr 2020 12:41:56 +0200 Subject: [PATCH] Mute 3er 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 119a357..88d9a7a 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(self, ctx, member=None, mute_time = 10): + async def mute(self, ctx, member: discord.Member=None, mute_time = 10): if not member: await ctx.channel.send("Qui veux-tu mute?") return