diff options
author | 2023-06-02 10:58:40 +0100 | |
---|---|---|
committer | 2023-06-02 10:58:40 +0100 | |
commit | f158bde1be63a268133d48c8fb121b93644dc79a (patch) | |
tree | 8e224852512f0f95a1e0c338d9b363b8b3af4588 | |
parent | Escape full stops in Filter.__str__ (#2621) (diff) |
Add new profile badges
This is so that the user_info command can output them
-rw-r--r-- | bot/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index fe3b0c5c8..43c833834 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -524,6 +524,9 @@ class _Emojis(EnvConfig): badge_partner = "<:partner:748666453242413136>" badge_staff = "<:discord_staff:743882896498098226>" badge_verified_bot_developer = "<:verified_bot_dev:743882897299210310>" + badge_discord_certified_moderator = "<:discord_certified_moderator:1114130029547364434>" + badge_bot_http_interactions = "<:bot_http_interactions:1114130379754975283>" + badge_active_developer = "<:active_developer:1114130031036338176>" verified_bot = "<:verified_bot:811645219220750347>" bot = "<:bot:812712599464443914>" |