diff options
author | Mango0x45 <dogelikestopkekmemes@gmail.com> | 2020-06-25 07:29:28 +0000 |
---|---|---|
committer | Mango0x45 <dogelikestopkekmemes@gmail.com> | 2020-06-25 07:29:28 +0000 |
commit | 7077496c9a7bee48692787515e93b98d61229598 (patch) | |
tree | 9e7d1c048a13ea8c9e47aec61c9ec9fc046af933 | |
parent | d8e9800ce11cbc4dae5129a1ebf4ba3f808bee18 (diff) | |
download | steve-bot-7077496c9a7bee48692787515e93b98d61229598.tar steve-bot-7077496c9a7bee48692787515e93b98d61229598.tar.gz steve-bot-7077496c9a7bee48692787515e93b98d61229598.tar.bz2 steve-bot-7077496c9a7bee48692787515e93b98d61229598.tar.lz steve-bot-7077496c9a7bee48692787515e93b98d61229598.tar.xz steve-bot-7077496c9a7bee48692787515e93b98d61229598.tar.zst steve-bot-7077496c9a7bee48692787515e93b98d61229598.zip |
fixed spacing
-rwxr-xr-x | cogs/utils.py | 8 |
1 files 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): |