diff options
author | 2020-03-19 10:34:05 +0100 | |
---|---|---|
committer | 2020-03-19 10:34:05 +0100 | |
commit | 5b0565c76f1fcb6bfeea9ff4592fb214039896b1 (patch) | |
tree | 66dd4d3ef88d90aa90e103aab097199742c2070e /bot/constants.py | |
parent | CI: bump Ubuntu image to 18.04 (diff) | |
parent | Merge pull request #371 from ks129/help (diff) |
Merge branch 'master' into python38
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 6d4a50f1..26cc9715 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -104,6 +104,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)) |