From 2f5461f01f765f6dc6860064a3bf2bdc85f79caf Mon Sep 17 00:00:00 2001 From: BFlow Date: Sun, 17 Nov 2019 20:13:32 +0100 Subject: [PATCH] Gros doigts du papy --- 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 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)