aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-08-17 08:45:19 -0500
committerGravatar GitHub <[email protected]>2021-08-17 08:45:19 -0500
commite098273a3ddd3afd8b254aad439b08fc380ff40e (patch)
tree21e57bd813ffd5cc05aee3844cb6b362f10d6a0e /bot/constants.py
parentRemoved a massive it block (diff)
parentMerge pull request #792 from python-discord/more-py-topics (diff)
Merge branch 'main' into main
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py20
1 files changed, 13 insertions, 7 deletions
diff --git a/bot/constants.py b/bot/constants.py
index f7fe216b..bb602361 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -113,7 +113,6 @@ class Channels(NamedTuple):
off_topic_1 = 463035241142026251
off_topic_2 = 463035268514185226
community_bot_commands = int(environ.get("CHANNEL_COMMUNITY_BOT_COMMANDS", 607247579608121354))
- hacktoberfest_2020 = 760857070781071431
voice_chat_0 = 412357430186344448
voice_chat_1 = 799647045886541885
staff_voice = 541638762007101470
@@ -127,6 +126,7 @@ class Categories(NamedTuple):
media = 799054581991997460
staff = 364918151625965579
+codejam_categories_name = "Code Jam" # Name of the codejam team categories
class Client(NamedTuple):
name = "Sir Lancebot"
@@ -190,12 +190,14 @@ class Emojis:
dice_5 = "<:dice_5:755891608091885627>"
dice_6 = "<:dice_6:755891607680843838>"
- issue = "<:IssueOpen:629695470327037963>"
- issue_closed = "<:IssueClosed:629695470570307614>"
- pull_request = "<:PROpen:629695470175780875>"
- pull_request_closed = "<:PRClosed:629695470519713818>"
- pull_request_draft = "<:PRDraft:829755345425399848>"
- merge = "<:PRMerged:629695470570176522>"
+ # These icons are from Github's repo https://github.com/primer/octicons/
+ issue_open = "<:IssueOpen:852596024777506817>"
+ issue_closed = "<:IssueClosed:852596024739758081>"
+ issue_draft = "<:IssueDraft:852596025147523102>" # Not currently used by Github, but here for future.
+ pull_request_open = "<:PROpen:852596471505223781>"
+ pull_request_closed = "<:PRClosed:852596024732286976>"
+ pull_request_draft = "<:PRDraft:852596025045680218>"
+ pull_request_merged = "<:PRMerged:852596100301193227>"
number_emojis = {
1: "\u0031\ufe0f\u20e3",
@@ -224,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>"