diff options
| author | 2021-08-08 15:16:17 +0200 | |
|---|---|---|
| committer | 2021-08-08 15:16:17 +0200 | |
| commit | 95d7a4dcf95a1bf444c0ebe46199df56e26289f1 (patch) | |
| tree | c8899f5753bcddcac30ce5d03c9f8ef0076a8a02 /bot/constants.py | |
| parent | Refactor wiki_request, add External API related error,-handler (diff) | |
| parent | Merge #804 - circumvent URL injections in various cogs (diff) | |
Resolve merge conflict
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..bb602361 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 = "<:stack_tag:870926975307501570>" +    stackoverflow_views = "<:stack_eye:870926992692879371>" +      # Reddit emojis      reddit = "<:reddit:676030265734332427>"      reddit_post_text = "<:reddit_post_text:676030265910493204>" | 
