From 56782e75dc154eace0d3c32fa71156c7b3983974 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 17 Sep 2019 03:00:09 -0400 Subject: [PATCH] Change reversify limit to 5 images --- src/cogs/booru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/booru.py b/src/cogs/booru.py index 31d4b3a..471932f 100644 --- a/src/cogs/booru.py +++ b/src/cogs/booru.py @@ -443,7 +443,7 @@ class MsG(cmds.Cog): async def reversify(self, ctx, *args): try: dest = ctx - kwargs = u.get_kwargs(ctx, args, limit=self.HISTORY_LIMIT / 5) + kwargs = u.get_kwargs(ctx, args, limit=5) remove, limit = kwargs['remove'], kwargs['limit'] links = {} c = 0