diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 19ec8c1..c200297 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -93,7 +93,7 @@ class Mybot(commands.Cog): online_members.append(member) user = random.choice(online_members) user = user.mention - if user == self.bot.user.memtion: + if user == self.bot.user.mention: await ctx.channel.send("je tribuche par terre et je sais pas comment") else: await ctx.channel.send("j'attrape %s et lui met une tarte!" % user)