diff options
author | 2020-03-13 13:48:18 -0400 | |
---|---|---|
committer | 2020-03-13 13:48:18 -0400 | |
commit | b06c883aae3c7531aa4bb27c598608d23f0cf255 (patch) | |
tree | 5e447b8b460fd5edf794c1ed1c6bacd240216b73 /bot/constants.py | |
parent | Merge pull request #370 from python-discord/feat/deps/355/pep8-naming (diff) | |
parent | Merge branch 'master' into help (diff) |
Merge pull request #371 from ks129/help
Added Python bot help command to SeasonalBot
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)) |