mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Merge branch 'dev'
This commit is contained in:
commit
a75758f034
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ class MsG:
|
|||
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
||||
async def reversify(self, ctx, *args):
|
||||
try:
|
||||
dest = ctx
|
||||
kwargs = u.get_kwargs(ctx, args, limit=self.HISTORY_LIMIT / 5)
|
||||
remove, limit = kwargs['remove'], kwargs['limit']
|
||||
links = {}
|
||||
|
|
Loading…
Reference in a new issue