diff options
| author | 2021-08-03 14:31:59 -0700 | |
|---|---|---|
| committer | 2021-08-03 14:31:59 -0700 | |
| commit | 38add14229548d423d643d828063039010d00f80 (patch) | |
| tree | 2ae5dad18924e05214d77cb3fe26773ca05cb9fa /bot/constants.py | |
| parent | Merge pull request #583 from Vthechamp22/feature/stackoverflow (diff) | |
Added emoji IDs to constants.py
Diffstat (limited to 'bot/constants.py')
| -rw-r--r-- | bot/constants.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 0a3b874a..bb602361 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -227,8 +227,8 @@ class Emojis:      status_offline = "<:status_offline:470326266537705472>" -    stackoverflow_tag = environ.get('stack_tag', "<:stack_tag:*> ") -    stackoverflow_views = environ.get('stack_views', "<:stack_eye:*>") +    stackoverflow_tag = "<:stack_tag:870926975307501570>" +    stackoverflow_views = "<:stack_eye:870926992692879371>"      # Reddit emojis      reddit = "<:reddit:676030265734332427>" | 
