aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2021-08-24 11:57:11 +0100
committerGravatar Izan <[email protected]>2021-08-24 11:57:11 +0100
commitd2e9bfb79010a6b3eb9fe5656334b7a703d4123c (patch)
treed8748e06623d37c6f94ecb87f1e408b4ac170fbc /bot/constants.py
parentUpdate message to start with lowercase (diff)
Move lemojis into constants.py
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index bb602361..b5097601 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -239,6 +239,9 @@ class Emojis:
reddit_comments = "<:reddit_comments:755845255001014384>"
reddit_users = "<:reddit_users:755845303822974997>"
+ lemon_hyperpleased = "<:lemon_hyperpleased:754441879822663811>"
+ lemon_pensive = "<:lemon_pensive:754441880246419486>"
+
class Icons:
questionmark = "https://cdn.discordapp.com/emojis/512367613339369475.png"