diff options
author | 2021-01-21 19:03:46 +0000 | |
---|---|---|
committer | 2021-01-21 19:03:46 +0000 | |
commit | a0c2869bcaecd4eeccb6f57b1d46925525364cc1 (patch) | |
tree | 9b28fe0a71733da0a8cdee06dc12dd8195d8c0b7 | |
parent | Merge pull request #1374 from python-discord/mbaruh/sm-stats (diff) |
Fix aliases of shadow tempban
-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 18e937e87..b3d069b34 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"]) async def shadow_tempban( self, ctx: Context, |