aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-07-31 00:16:08 -0700
committerGravatar GitHub <[email protected]>2021-07-31 00:16:08 -0700
commit74f0e8632468fb7995366ed4723aeb1f3f27c01b (patch)
treecfd6163777a0aee2dec97e3189f5722d0423d769 /bot/constants.py
parentChange docstring (diff)
parentMerge pull request #790 from python-discord/Remove-user-input-images (diff)
Merge branch 'main' into feature/stackoverflow
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py16
1 files changed, 9 insertions, 7 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 25545c04..0a3b874a 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",