diff --git a/General.py b/General.py index c363f95..2dfa343 100644 --- a/General.py +++ b/General.py @@ -79,13 +79,11 @@ class General(object): @commands.command(pass_context=True) @asyncio.coroutine - def gif(self, ctx, yt: str, start: str, duration: int, res: str, fps: int): + def gif(self, ctx, yt: str, start: str, duration: str, res: str, fps: int): """ Giffify. Syntax: !gif [YT] [START] [DUUR] [RESOLUTIE] [FPS] Bv: !gif RPxvTd_jCPQ 00:02:39 13 320 10 """ - if (duration > 20): - yield from ctx.channel.send(ctx.author.mention + ' Au, stop. Dat is te lang.') try: yield from ctx.message.delete() except: