From cf7a6434e16480b33beda00e359144f7529f1915 Mon Sep 17 00:00:00 2001 From: FrozenChen Date: Wed, 6 Nov 2024 01:38:20 -0300 Subject: [PATCH] rules.py: Remove alias from pirate --- cogs/rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/rules.py b/cogs/rules.py index 823ff2c1..50e01cd2 100644 --- a/cogs/rules.py +++ b/cogs/rules.py @@ -189,7 +189,7 @@ async def consoleban(self, ctx: KurisuContext): "Reminder: sharing files that allow other users to evade " "Nintendo issued bans is a bannable offense.") - @commands.command(aliases=['r11']) + @commands.command() @commands.dynamic_cooldown(KurisuCooldown(1, 30.0), commands.BucketType.channel) async def pirate(self, ctx: KurisuContext): """Hey! You can't steal another trainer's Pokémon!"""