aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-08-26 08:07:16 +0000
committerGitHub <noreply@github.com>2020-08-26 08:07:16 +0000
commit55a544b760a18a84e5934f4153de179e1a72e0df (patch)
treef0648c907f9c6e828898c251d56c75043e5a15cf /cogs
parent02fac3ab4bb168b2ea84cfda8a120457075b0aef (diff)
downloadsteve-bot-55a544b760a18a84e5934f4153de179e1a72e0df.tar
steve-bot-55a544b760a18a84e5934f4153de179e1a72e0df.tar.gz
steve-bot-55a544b760a18a84e5934f4153de179e1a72e0df.tar.bz2
steve-bot-55a544b760a18a84e5934f4153de179e1a72e0df.tar.lz
steve-bot-55a544b760a18a84e5934f4153de179e1a72e0df.tar.xz
steve-bot-55a544b760a18a84e5934f4153de179e1a72e0df.tar.zst
steve-bot-55a544b760a18a84e5934f4153de179e1a72e0df.zip
Frames and Framerate have default values
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index c512da2..477f3be 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -385,7 +385,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(