aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2020-08-14 21:09:51 +0100
committerGravatar Joseph Banks <[email protected]>2020-08-14 21:09:51 +0100
commite374c00e2a846cfd9f8c5468b5c2dab599c1f1e2 (patch)
treeef212a62d52216c6a1bff3a74fe4bed27a4a2bb7
parentMerge pull request #1102 from AtieP/patch-1 (diff)
Add constants for badges
-rw-r--r--bot/constants.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index d01dcb0fc..f3db80279 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -268,6 +268,17 @@ class Emojis(metaclass=YAMLGetter):
status_idle: str
status_dnd: str
+ badge_staff: str
+ badge_partner: str
+ badge_hypesquad: str
+ badge_bug_hunter: str
+ badge_hypesquad_bravery: str
+ badge_hypesquad_brilliance: str
+ badge_hypesquad_balance: str
+ badge_early_supporter: str
+ badge_bug_hunter_level_2: str
+ badge_verified_bot_developer: str
+
incident_actioned: str
incident_unactioned: str
incident_investigating: str