From 82729dc6c1c0379787196243909d4a5e5ffc330d Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 21 Oct 2017 16:43:01 -0400 Subject: [PATCH] Added alias for paginator --- src/main/cogs/booru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cogs/booru.py b/src/main/cogs/booru.py index a87c92c..0ae2cf2 100644 --- a/src/main/cogs/booru.py +++ b/src/main/cogs/booru.py @@ -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):