aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMango0x45 <dogelikestopkekmemes@gmail.com>2020-06-25 07:29:28 +0000
committerMango0x45 <dogelikestopkekmemes@gmail.com>2020-06-25 07:29:28 +0000
commit7077496c9a7bee48692787515e93b98d61229598 (patch)
tree9e7d1c048a13ea8c9e47aec61c9ec9fc046af933
parentd8e9800ce11cbc4dae5129a1ebf4ba3f808bee18 (diff)
downloadsteve-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-xcogs/utils.py8
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):