diff options
author | Thomas Voss <57815710+Mango0x45@users.noreply.github.com> | 2020-06-04 23:15:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 23:15:33 +0000 |
commit | 4af8c984638a60ea32bb3b0759fda69cc6cf6454 (patch) | |
tree | 501213a5316285f10e148a4b269900472d553dc1 /cogs | |
parent | 42d96b129e3238dc7246ced9c54577fb95007b76 (diff) | |
download | steve-bot-4af8c984638a60ea32bb3b0759fda69cc6cf6454.tar steve-bot-4af8c984638a60ea32bb3b0759fda69cc6cf6454.tar.gz steve-bot-4af8c984638a60ea32bb3b0759fda69cc6cf6454.tar.bz2 steve-bot-4af8c984638a60ea32bb3b0759fda69cc6cf6454.tar.lz steve-bot-4af8c984638a60ea32bb3b0759fda69cc6cf6454.tar.xz steve-bot-4af8c984638a60ea32bb3b0759fda69cc6cf6454.tar.zst steve-bot-4af8c984638a60ea32bb3b0759fda69cc6cf6454.zip |
Update utils.py
Diffstat (limited to 'cogs')
-rw-r--r-- | cogs/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index fb41cc6..508a3b0 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -250,7 +250,7 @@ class Utils(commands.Cog): @commands.command() async def someone(self, ctx): - if ctx.message.author = self.bot.get_user(395872198323077121): + if ctx.message.author == self.bot.get_user(395872198323077121): await ctx.send("grape fuck u") else: await ctx.send(choice(ctx.guild.members).mention) |