From 8807aeec9570d855d40afcba0283ddd90298b33c Mon Sep 17 00:00:00 2001 From: BFlow Date: Tue, 19 Nov 2019 17:14:30 +0100 Subject: [PATCH] Mais slap moi (repatch commande slap) --- kabot/kabot/kabot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 849c0c3..4e0b755 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -100,6 +100,7 @@ class Mybot(commands.Cog): user = user.mention elif ctx.user.mentions: user = ctx.message.mentions[0] + user = user.mention if user == self.bot.user.mention: await ctx.channel.send("je tribuche par terre et je sais pas comment") else: