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