diff options
author | Mango0x45 <thomasvoss@live.com> | 2020-08-23 12:14:48 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2020-08-23 12:14:48 +0000 |
commit | a1d82d89fe9bea901ddf6fc97f1add09fe1e7035 (patch) | |
tree | 00c61af413d44c9d5597f86d0b2dcbde8df52f6e | |
parent | 2a0c44c7da643a4b27b3bbd5327e125658d7488a (diff) | |
parent | 7742af03a18efb1f8bcb6394129a56c31ae888b2 (diff) | |
download | steve-bot-a1d82d89fe9bea901ddf6fc97f1add09fe1e7035.tar steve-bot-a1d82d89fe9bea901ddf6fc97f1add09fe1e7035.tar.gz steve-bot-a1d82d89fe9bea901ddf6fc97f1add09fe1e7035.tar.bz2 steve-bot-a1d82d89fe9bea901ddf6fc97f1add09fe1e7035.tar.lz steve-bot-a1d82d89fe9bea901ddf6fc97f1add09fe1e7035.tar.xz steve-bot-a1d82d89fe9bea901ddf6fc97f1add09fe1e7035.tar.zst steve-bot-a1d82d89fe9bea901ddf6fc97f1add09fe1e7035.zip |
Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot
-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 2fa57d4..af54240 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}", + 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"]) |