diff options
author | 2021-08-03 22:38:22 +0100 | |
---|---|---|
committer | 2021-08-03 22:38:22 +0100 | |
commit | 32b6d0e386350ea12ab9e745e2bede844d289d07 (patch) | |
tree | 2ae5dad18924e05214d77cb3fe26773ca05cb9fa | |
parent | Merge pull request #583 from Vthechamp22/feature/stackoverflow (diff) | |
parent | Added emoji IDs to constants.py (diff) |
Merge pull request #796 from python-discord/add_stackoverflow_emojis
Added stackoverflow emoji IDs to 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>" |