Skip to content

Commit

Permalink
rules.py: Remove alias from pirate
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenChen committed Nov 6, 2024
1 parent 14f6041 commit cf7a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!"""
Expand Down

0 comments on commit cf7a643

Please sign in to comment.