aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index fb41cc6..508a3b0 100755
--- 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)