From 0215fee3faa58111eb7713999e82e0c70cd47e45 Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Fri, 5 Jun 2020 01:22:28 +0200 Subject: Update utils.py --- cogs/utils.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cogs/utils.py b/cogs/utils.py index 4b35f71..9346029 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -250,10 +250,8 @@ class Utils(commands.Cog): @commands.command() async def someone(self, ctx): - if ctx.message.author.id == 395872198323077121: - await ctx.send("grape fuck u") - else: - await ctx.send(choice(ctx.guild.members).mention) + Grape = self.bot.get_user(395872198323077121) + #await ctx.send(choice(ctx.guild.members).mention) @commands.command() async def roll(self, ctx, pool): -- cgit v1.2.3