aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-05-28 17:09:06 -0400
committerGravatar sco1 <[email protected]>2019-05-28 17:09:06 -0400
commit5a94891a198a50308637822eaaeca4e61469609f (patch)
treee1b9e93bd722eeb1b889566ae549bc5d22d22c41 /bot/constants.py
parentRelint Seasonalbot with new linting rules (diff)
parentMerge pull request #211 from RohanRadia/master (diff)
Merge branch 'master' into docstring-lint-change
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/bot/constants.py b/bot/constants.py
index d362c90e..67dd9328 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -18,7 +18,6 @@ class AdventOfCode:
leaderboard_join_code = str(environ.get("AOC_JOIN_CODE", None))
leaderboard_max_displayed_members = 10
year = 2018
- channel_id = int(environ.get("AOC_CHANNEL_ID", 517745814039166986))
role_id = int(environ.get("AOC_ROLE_ID", 518565788744024082))
@@ -50,6 +49,8 @@ class Channels(NamedTuple):
staff_lounge = 464905259261755392
verification = 352442727016693763
python_discussion = 267624335836053506
+ show_your_projects = 303934982764625920
+ show_your_projects_discussion = 360148304664723466
class Client(NamedTuple):
@@ -61,13 +62,14 @@ class Client(NamedTuple):
class Colours:
- yellow = 0xf9f586
- soft_red = 0xcd6d6d
- soft_green = 0x68c290
+ blue = 0x0279fd
bright_green = 0x01d277
dark_green = 0x1f8b4c
orange = 0xe67e22
pink = 0xcf84e0
+ soft_green = 0x68c290
+ soft_red = 0xcd6d6d
+ yellow = 0xf9f586
class Emojis:
@@ -84,12 +86,10 @@ class Emojis:
class Lovefest:
- channel_id = int(environ.get("LOVEFEST_CHANNEL_ID", 542272993192050698))
role_id = int(environ.get("LOVEFEST_ROLE_ID", 542431903886606399))
class Hacktoberfest(NamedTuple):
- channel_id = 498804484324196362
voice_id = 514420006474219521