diff options
| author | 2020-03-20 16:41:42 -0400 | |
|---|---|---|
| committer | 2020-03-20 16:41:42 -0400 | |
| commit | 0acd9122991c798d76656431652ee90e975ac1ad (patch) | |
| tree | d595a921a7d4032cce7a25f1373f85f58236cc84 /bot/constants.py | |
| parent | (Space Cog): Removed date requirement from `.space mars` command. Now can com... (diff) | |
| parent | Merge pull request #373 from python-discord/python38 (diff) | |
Merge branch 'master' into space-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 b9dbeb39..a868370b 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))  |