From e753630bc7a332f7027e2ded8b7e543c7f1c2119 Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Fri, 5 Jun 2020 01:23:58 +0200 Subject: Update utils.py --- cogs/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cogs/utils.py') diff --git a/cogs/utils.py b/cogs/utils.py index 9346029..f319e63 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -251,6 +251,8 @@ class Utils(commands.Cog): @commands.command() async def someone(self, ctx): Grape = self.bot.get_user(395872198323077121) + if ctx.message.author != Grape: + ctx.send('ok') #await ctx.send(choice(ctx.guild.members).mention) @commands.command() -- cgit v1.2.3