From 7077496c9a7bee48692787515e93b98d61229598 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Thu, 25 Jun 2020 09:29:28 +0200 Subject: fixed spacing --- cogs/utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cogs/utils.py b/cogs/utils.py index fd1554b..c02ebda 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -220,10 +220,10 @@ class Utils(commands.Cog): #return await ctx.send(f"{ctx.message.author.display_name}, you have to wait {round(error.retry_after, 2)} seconds before using this again.") - @commands.command() - async def someone(self, ctx): - if ctx.channel.id != int(self.bot.config[str(ctx.message.guild.id)]["fair_channel"]): - await ctx.send(choice(ctx.guild.members).mention) + @commands.command() + async def someone(self, ctx): + if ctx.channel.id != int(self.bot.config[str(ctx.message.guild.id)]["fair_channel"]): + await ctx.send(choice(ctx.guild.members).mention) @commands.command() async def roll(self, ctx, pool): -- cgit v1.2.3