diff options
| -rw-r--r-- | bot/cogs/moderation.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation.py b/bot/cogs/moderation.py index bf8802eb5..5dd6dcffc 100644 --- a/bot/cogs/moderation.py +++ b/bot/cogs/moderation.py @@ -372,7 +372,7 @@ class Moderation(Scheduler, Cog):      # region: Permanent shadow infractions      @with_role(*MODERATION_ROLES) -    @command(hidden=True, aliases=['shadowwarn', 'swarn', 'shadow_warn']) +    @command(hidden=True)      async def note(self, ctx: Context, user: UserTypes, *, reason: str = None) -> None:          """          Create a private infraction note in the database for a user with the provided reason.  |