diff options
| -rw-r--r-- | bot/exts/moderation/defcon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/defcon.py b/bot/exts/moderation/defcon.py index 3ea6b971a..86dece518 100644 --- a/bot/exts/moderation/defcon.py +++ b/bot/exts/moderation/defcon.py @@ -156,7 +156,7 @@ class Defcon(Cog): await ctx.send(embed=embed) - @defcon_group.command(aliases=('t',)) + @defcon_group.command(aliases=('t', 'd')) @has_any_role(*MODERATION_ROLES) async def threshold( self, ctx: Context, threshold: Union[DurationDelta, int], expiry: Optional[Expiry] = None |