aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/src.py2
-rwxr-xr-xcogs/utils.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/cogs/src.py b/cogs/src.py
index 10cb824..e3192e7 100755
--- a/cogs/src.py
+++ b/cogs/src.py
@@ -207,7 +207,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"])
diff --git a/cogs/utils.py b/cogs/utils.py
index fdf35b5..5448843 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -382,7 +382,7 @@ class Utils(commands.Cog):
await ctx.send(f"```List of custom commands:\n{output}```")
@commands.command()
- async def retime(self, ctx, start_sec, end_sec, frames, framerate):
+ async def retime(self, ctx, start_sec, end_sec, frames=0, framerate=30):
"""Retimes a run using the start/end timestamps, leftover frames, and framerate"""
if start_sec.count(':') == 2:
start_sec = sum(