diff options
| -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>"  |