diff options
-rwxr-xr-x | cogs/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 70dea4e..3813119 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -254,7 +254,7 @@ class Utils(commands.Cog): @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)) |