Compare commits

..

No commits in common. "0439b634d95462c688f40b94d8b307d4b859898b" and "3f5eb6a5954a91176d3e91c960cb8d82b3832540" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class Poke(commands.Cog):
if ctx.message.mentions[0].id == ctx.author.id:
await ctx.send("Je kan jezelf niet tikken, {}.".format(ctx.author.display_name))
return False
if ctx.message.mentions[0].id == self.client.user.id:
if str(ctx.message.mentions[0].id) == constants.didierId:
await ctx.send("Je kan me niet tikken, {}.".format(ctx.author.display_name))
return False
if str(ctx.message.mentions[0].id) in constants.botIDs: