aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 4d409e61..d99da892 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -105,6 +105,10 @@ class Emojis:
merge = "<:PRMerged:629695470570176522>"
+class Icons:
+ questionmark = "https://cdn.discordapp.com/emojis/512367613339369475.png"
+
+
class Lovefest:
role_id = int(environ.get("LOVEFEST_ROLE_ID", 542431903886606399))