aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2021-02-13 16:51:52 +0200
committerGravatar mbaruh <[email protected]>2021-02-13 16:51:52 +0200
commit62bd358d9fe390ba4ac25e122e261a44276ad9e9 (patch)
tree6ee7c86f7cceb82429e7aaae5ce60e9fa6c0f1da
parentFixed on_message (diff)
Status command displays verification level
-rw-r--r--bot/exts/moderation/defcon.py1
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}
"""
)