aboutsummaryrefslogtreecommitdiff
path: root/cogs/src.py
diff options
context:
space:
mode:
authorSkycloudd <51929172+Skycloudd@users.noreply.github.com>2020-08-27 10:35:08 +0000
committerGitHub <noreply@github.com>2020-08-27 10:35:08 +0000
commitbfd239eb255c27275db4c73e66387da70922e1f8 (patch)
treeca1fbc524933db7521d47938147a26a08febf7b8 /cogs/src.py
parente7cc8777a9278c7bdd4ef3eb54b22b9372498bd1 (diff)
downloadsteve-bot-bfd239eb255c27275db4c73e66387da70922e1f8.tar
steve-bot-bfd239eb255c27275db4c73e66387da70922e1f8.tar.gz
steve-bot-bfd239eb255c27275db4c73e66387da70922e1f8.tar.bz2
steve-bot-bfd239eb255c27275db4c73e66387da70922e1f8.tar.lz
steve-bot-bfd239eb255c27275db4c73e66387da70922e1f8.tar.xz
steve-bot-bfd239eb255c27275db4c73e66387da70922e1f8.tar.zst
steve-bot-bfd239eb255c27275db4c73e66387da70922e1f8.zip
fixed capitalisation
Diffstat (limited to 'cogs/src.py')
-rwxr-xr-xcogs/src.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/src.py b/cogs/src.py
index a0c5f9e..74390e6 100755
--- a/cogs/src.py
+++ b/cogs/src.py
@@ -206,7 +206,7 @@ async def pendingRuns(self, ctx):
embed_stats = discord.Embed(
title='Pending Run Stats',
description=
- f"Full Game Runs: {mcbe_runs}\nIndividual Level Runs: {mcbeil_runs}\nCategory Extension Runs: {mcbece_runs}\nTotal runs: {mcbe_runs+mcbeil_runs+mcbece_runs}",
+ f"Full Game Runs: {mcbe_runs}\nIndividual Level Runs: {mcbeil_runs}\nCategory Extension Runs: {mcbece_runs}\nTotal Runs: {mcbe_runs+mcbeil_runs+mcbece_runs}",
color=0x000000)
await self.bot.get_channel(
int(self.bot.config[str(ctx.message.guild.id)]["pending_channel"])