From 5db81983863e240c026acf2a815d8271d42ef12b Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Fri, 5 Jun 2020 01:12:42 +0200 Subject: Update utils.py --- cogs/utils.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cogs/utils.py b/cogs/utils.py index 3813119..fbd9f6f 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -250,11 +250,12 @@ class Utils(commands.Cog): @commands.command() async def someone(self, ctx): - await ctx.send(choice(ctx.guild.members).mention) + await ctx.send("grape fuck u") +#await ctx.send(choice(ctx.guild.members).mention) @commands.command() async def roll(self, ctx, pool): - #await ctx.send(f"You rolled a {randint(0, int(pool))}") + await ctx.send(f"You rolled a {randint(0, int(pool))}") def setup(bot): bot.add_cog(Utils(bot)) -- cgit v1.2.3