mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
[Permissions] Remove p alias (#2467)
People can re-add it with the alias cog, but core red should not monopolize short aliases. What about those servers that want `[p]play` even shorter?
This commit is contained in:
parent
16bb334fba
commit
b7b4e65d2d
@ -103,7 +103,7 @@ class Permissions(commands.Cog):
|
||||
self.config.register_custom(COG)
|
||||
self.config.register_custom(COMMAND)
|
||||
|
||||
@commands.group(aliases=["p"])
|
||||
@commands.group()
|
||||
async def permissions(self, ctx: commands.Context):
|
||||
"""Command permission management tools."""
|
||||
pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user