From a967eaedf0b3ba9cd920c394d8e2fbc13f675938 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 20 Nov 2017 02:19:47 -0500 Subject: [PATCH] Removed pre-rate limit from reverse commands --- src/main/cogs/booru.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/cogs/booru.py b/src/main/cogs/booru.py index f55b434..62a090a 100644 --- a/src/main/cogs/booru.py +++ b/src/main/cogs/booru.py @@ -353,9 +353,6 @@ class MsG: except exc.MatchError as e: await ctx.send('**No probable match for:** `{}`'.format(e), delete_after=7) - finally: - await asyncio.sleep(self.RATE_LIMIT) - if not c: await ctx.message.add_reaction('\N{CROSS MARK}') @@ -414,7 +411,6 @@ class MsG: finally: n += 1 - await asyncio.sleep(self.RATE_LIMIT) if c <= 0: await ctx.message.add_reaction('\N{CROSS MARK}')