[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:
Michael H 2019-02-18 18:43:02 -05:00 committed by Toby Harradine
parent 16bb334fba
commit b7b4e65d2d

View File

@ -103,7 +103,7 @@ class Permissions(commands.Cog):
self.config.register_custom(COG) self.config.register_custom(COG)
self.config.register_custom(COMMAND) self.config.register_custom(COMMAND)
@commands.group(aliases=["p"]) @commands.group()
async def permissions(self, ctx: commands.Context): async def permissions(self, ctx: commands.Context):
"""Command permission management tools.""" """Command permission management tools."""
pass pass