diff options
| -rw-r--r-- | bot/exts/moderation/infraction/infractions.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/moderation/infraction/infractions.py b/bot/exts/moderation/infraction/infractions.py index 406c6b53f..3b5b1df45 100644 --- a/bot/exts/moderation/infraction/infractions.py +++ b/bot/exts/moderation/infraction/infractions.py @@ -198,7 +198,7 @@ class Infractions(InfractionScheduler, commands.Cog):      # endregion      # region: Temporary shadow infractions -    @command(hidden=True, aliases=["shadowtempban", "stempban"]) +    @command(hidden=True, aliases=["shadowtempban", "stempban", "stban"])      async def shadow_tempban(          self,          ctx: Context, | 
