diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 3244e7c..796a801 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -241,7 +241,6 @@ class Mybot(commands.Cog): if bullet == True: await member.edit(mute=True) await ctx.channel.send("Perdu, tu es mute pendant 60 secondes!") - return else: await ctx.channel.send("Gagné, tu ne seras pas mute!") return