misc(moderation): added aliases to moderationset
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 47s

This commit is contained in:
Seaswimmer 2023-12-15 10:06:35 -05:00
parent 939ecebb50
commit 28bcb48abc
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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."""