diff options
author | 2020-03-15 19:57:11 +0100 | |
---|---|---|
committer | 2020-03-15 19:57:11 +0100 | |
commit | b9808a82c41c81d0501a713f854e93a0e5f2054a (patch) | |
tree | 1175115cce8e36d4ab4a3c28b4c67806da928dd9 /bot/constants.py | |
parent | Deseasonify: move the branding module from seasons to bot directory (diff) | |
parent | Merge pull request #371 from ks129/help (diff) |
Merge branch 'master' into seasonal-purge
This merges the newly added help cog.
Resolve slight conflict in the __main__ module caused by the the master
branch still assuming the presence of the legacy season manager cog.
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 4 |
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)) |