diff options
Diffstat (limited to '')
| -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>" | 
