diff options
-rwxr-xr-x | cogs/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 9346029..f319e63 100755 --- 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() |