1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Change reversify limit to 5 images

This commit is contained in:
Myned 2019-09-17 03:00:09 -04:00
parent 17d771060e
commit 56782e75dc

View file

@ -443,7 +443,7 @@ class MsG(cmds.Cog):
async def reversify(self, ctx, *args): async def reversify(self, ctx, *args):
try: try:
dest = ctx 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'] remove, limit = kwargs['remove'], kwargs['limit']
links = {} links = {}
c = 0 c = 0