mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Added alias for paginator
This commit is contained in:
parent
51205c31bc
commit
82729dc6c1
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ class MsG:
|
|||
return pool, posts
|
||||
|
||||
# Creates reaction-based paginator for linked pools
|
||||
@commands.command(name='pool', aliases=['e6pp'], brief='e621 pool paginator', description='e621 | NSFW\nShow pools in a page format', hidden=True)
|
||||
@commands.command(name='pool', aliases=['e6pp', '6pp'], brief='e621 pool paginator', description='e621 | NSFW\nShow pools in a page format', hidden=True)
|
||||
@checks.del_ctx()
|
||||
async def pool_paginator(self, ctx, *args):
|
||||
def on_reaction(reaction, user):
|
||||
|
|
Loading…
Reference in a new issue