From 1be8199edf8ee29bb3c34bb5950c3f1d5b64f07c Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 24 Apr 2019 15:42:49 +0200 Subject: [PATCH] small fix --- General.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/General.py b/General.py index ff571da..f653272 100644 --- a/General.py +++ b/General.py @@ -84,7 +84,7 @@ class General(object): Syntax: !gif [YT] [START] [DUUR] [RESOLUTIE] [FPS] Bv: !gif RPxvTd_jCPQ 00:02:39 13 320 10 """ - if (duration > 20) + if (duration > 20): yield from ctx.channel.send(ctx.author.mention + ' Au, stop. Dat is te lang.') try: yield from ctx.message.delete()