mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Change reversify limit to 5 images
This commit is contained in:
parent
17d771060e
commit
56782e75dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue