From d2e9bfb79010a6b3eb9fe5656334b7a703d4123c Mon Sep 17 00:00:00 2001 From: Izan Date: Tue, 24 Aug 2021 11:57:11 +0100 Subject: Move lemojis into constants.py --- bot/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/constants.py') 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" -- cgit v1.2.3