aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-02-18 15:04:40 +0100
committerGravatar GitHub <[email protected]>2019-02-18 15:04:40 +0100
commitb41c826305087fe2c08bcbd146a61ece188d05fb (patch)
treef1ae871f057ccbaa7fbc75f24770716b5db19cfc /bot/constants.py
parentMerge pull request #118 from avayert/master (diff)
parentAdd direct reference to terning emoji to constants, fun cog (diff)
Merge pull request #121 from python-discord/emoji-update
Add Terning Emoji to Constants, Update Fun Cog
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index ec8a1a4d..cb191da9 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -72,6 +72,13 @@ class Emojis:
christmas_tree = "\U0001F384"
check = "\u2611"
+ terning1 = "<:terning1:431249668983488527>"
+ terning2 = "<:terning2:462339216987127808>"
+ terning3 = "<:terning3:431249694467948544>"
+ terning4 = "<:terning4:431249704769290241>"
+ terning5 = "<:terning5:431249716328792064>"
+ terning6 = "<:terning6:431249726705369098>"
+
class Lovefest:
channel_id = int(environ.get("LOVEFEST_CHANNEL_ID", 542272993192050698))