Sane defaults for giffing
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ class General(object):
|
|||||||
|
|
||||||
@commands.command(pass_context=True)
|
@commands.command(pass_context=True)
|
||||||
@asyncio.coroutine
|
@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.
|
""" Giffify.
|
||||||
Syntax: !gif [YT] [START] [DUUR] [RESOLUTIE] [FPS]
|
Syntax: !gif [YT] [START] [DUUR] [RESOLUTIE] [FPS]
|
||||||
Bv: !gif RPxvTd_jCPQ 10 5 320 10
|
Bv: !gif RPxvTd_jCPQ 10 5 320 10
|
||||||
|
|||||||
Reference in New Issue
Block a user