misc(moderation): added aliases to moderationset
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 47s
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 47s
This commit is contained in:
parent
939ecebb50
commit
28bcb48abc
1 changed files with 1 additions and 1 deletions
|
@ -1325,7 +1325,7 @@ class Moderation(commands.Cog):
|
||||||
### CONFIGURATION COMMANDS
|
### CONFIGURATION COMMANDS
|
||||||
#######################################################################################################################
|
#######################################################################################################################
|
||||||
|
|
||||||
@commands.group(autohelp=True)
|
@commands.group(autohelp=True, aliases=['modset', 'moderationsettings'])
|
||||||
async def moderationset(self, ctx: commands.Context):
|
async def moderationset(self, ctx: commands.Context):
|
||||||
"""Manage moderation commands."""
|
"""Manage moderation commands."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue