From dc4a864580bbf300f28bb0556ba06ad7a8c2584e Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Thu, 6 Jun 2019 13:49:53 +0200 Subject: [PATCH] Sane defaults for giffing --- General.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/General.py b/General.py index b2ed477..8ba6a9d 100644 --- a/General.py +++ b/General.py @@ -79,7 +79,7 @@ class General(object): @commands.command(pass_context=True) @asyncio.coroutine - def gif(self, ctx, yt: str, start: str, duration: str, res: str, fps: int): + def gif(self, ctx, yt: str, start: str="0", duration: str="5", res: str="320", fps: int=10): """ Giffify. Syntax: !gif [YT] [START] [DUUR] [RESOLUTIE] [FPS] Bv: !gif RPxvTd_jCPQ 10 5 320 10