Mais slap moi (repatch commande slap)
This commit is contained in:
parent
72dbc404a9
commit
8807aeec95
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ class Mybot(commands.Cog):
|
||||||
user = user.mention
|
user = user.mention
|
||||||
elif ctx.user.mentions:
|
elif ctx.user.mentions:
|
||||||
user = ctx.message.mentions[0]
|
user = ctx.message.mentions[0]
|
||||||
|
user = user.mention
|
||||||
if user == self.bot.user.mention:
|
if user == self.bot.user.mention:
|
||||||
await ctx.channel.send("je tribuche par terre et je sais pas comment")
|
await ctx.channel.send("je tribuche par terre et je sais pas comment")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue