From 12671e0ae802d48285ac2507f9229edcd4a98956 Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Fri, 5 Jun 2020 01:20:22 +0200 Subject: Update utils.py --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utils.py b/cogs/utils.py index 812963c..4b35f71 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.id == '395872198323077121': + if ctx.message.author.id == 395872198323077121: await ctx.send("grape fuck u") else: await ctx.send(choice(ctx.guild.members).mention) -- cgit v1.2.3