diff options
author | 2021-08-03 14:21:19 -0700 | |
---|---|---|
committer | 2021-08-03 14:21:19 -0700 | |
commit | 471ccb3420e01330a0d291e500b7941bd70192d1 (patch) | |
tree | c25e948a974e951b643e6acc182e16816aa8333c /bot/constants.py | |
parent | Merge pull request #791 from onerandomusername/patch-1 (diff) | |
parent | Merge branch 'main' into feature/stackoverflow (diff) |
Merge pull request #583 from Vthechamp22/feature/stackoverflow
Add the stackoverflow command
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 ff901c8e..0a3b874a 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -226,6 +226,10 @@ class Emojis: status_dnd = "<:status_dnd:470326272082313216>" status_offline = "<:status_offline:470326266537705472>" + + stackoverflow_tag = environ.get('stack_tag', "<:stack_tag:*> ") + stackoverflow_views = environ.get('stack_views', "<:stack_eye:*>") + # Reddit emojis reddit = "<:reddit:676030265734332427>" reddit_post_text = "<:reddit_post_text:676030265910493204>" |