Gros doigts du papy
This commit is contained in:
parent
b27a9b00a7
commit
2f5461f01f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue