diff options
| author | 2021-02-13 16:51:52 +0200 | |
|---|---|---|
| committer | 2021-02-13 16:51:52 +0200 | |
| commit | 62bd358d9fe390ba4ac25e122e261a44276ad9e9 (patch) | |
| tree | 6ee7c86f7cceb82429e7aaae5ce60e9fa6c0f1da | |
| parent | Fixed on_message (diff) | |
Status command displays verification level
| -rw-r--r-- | bot/exts/moderation/defcon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/moderation/defcon.py b/bot/exts/moderation/defcon.py index 28a1a425f..17b521b00 100644 --- a/bot/exts/moderation/defcon.py +++ b/bot/exts/moderation/defcon.py @@ -142,6 +142,7 @@ class Defcon(Cog): description=f""" **Threshold:** {humanize_delta(self.threshold)} **Expires in:** {humanize_delta(relativedelta(self.expiry, datetime.utcnow())) if self.expiry else "-"} + **Verification level:** {ctx.guild.verification_level.name} """ ) |