From 55a544b760a18a84e5934f4153de179e1a72e0df Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Wed, 26 Aug 2020 10:07:16 +0200 Subject: Frames and Framerate have default values --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs') 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( -- cgit v1.2.3