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: