diff options
author | Thomas Voss <57815710+Mango0x45@users.noreply.github.com> | 2020-05-25 09:14:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 09:14:41 +0000 |
commit | 7e2279f67dcdf4bdef5f3201b05d9e81d4c4d53d (patch) | |
tree | 3029a25c1057a2c718fdb231cb4097d0fe11a750 /cogs/src.py | |
parent | ccc42764360928138aac11a87c93167900d2555e (diff) | |
download | steve-bot-7e2279f67dcdf4bdef5f3201b05d9e81d4c4d53d.tar steve-bot-7e2279f67dcdf4bdef5f3201b05d9e81d4c4d53d.tar.gz steve-bot-7e2279f67dcdf4bdef5f3201b05d9e81d4c4d53d.tar.bz2 steve-bot-7e2279f67dcdf4bdef5f3201b05d9e81d4c4d53d.tar.lz steve-bot-7e2279f67dcdf4bdef5f3201b05d9e81d4c4d53d.tar.xz steve-bot-7e2279f67dcdf4bdef5f3201b05d9e81d4c4d53d.tar.zst steve-bot-7e2279f67dcdf4bdef5f3201b05d9e81d4c4d53d.zip |
Fixed an inconsistent use of tabs and spaces
Diffstat (limited to '')
-rwxr-xr-x | cogs/src.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/src.py b/cogs/src.py index 99f6ac4..4971115 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -143,7 +143,7 @@ async def pendingRuns(self, ctx): runs = runs2 gameID = gameID2 embed_stats = discord.Embed(title='Pendng Run Stats', description=f"Full Game Runs: {mcbe_runs}\nIndividual Level Runs: {mcbeil_runs}\nCategory Extension Runs: {mcbece_runs}", color=16711680 + i * 60) - await self.bot.get_channel(699713639866957905).send(embed=embed_stats) + await self.bot.get_channel(699713639866957905).send(embed=embed_stats) class Src(commands.Cog): |