aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-02-04 20:15:14 -0800
committerGravatar GitHub <[email protected]>2021-02-04 20:15:14 -0800
commitc6353a8613d8e30d66a91fc4ed4017b16c4390ab (patch)
tree5a4287beefa00e40da464c5c304ae7f588b19b72 /bot/constants.py
parentMerge pull request #571 from Shivansh-007/feature/http-dog (diff)
parentMerge branch 'master' into feature/cheat.sh (diff)
Merge pull request #572 from Shivansh-007/feature/cheat.sh
Cheat.sh Command - Python cheatsheet
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 1234ef3b..bb538487 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -106,12 +106,6 @@ class Channels(NamedTuple):
devlog = int(environ.get("CHANNEL_DEVLOG", 622895325144940554))
dev_contrib = 635950537262759947
dev_branding = 753252897059373066
- help_0 = 303906576991780866
- help_1 = 303906556754395136
- help_2 = 303906514266226689
- help_3 = 439702951246692352
- help_4 = 451312046647148554
- help_5 = 454941769734422538
helpers = 385474242440986624
message_log = 467752170159079424
mod_alerts = 473092532147060736
@@ -133,6 +127,7 @@ class Channels(NamedTuple):
class Categories(NamedTuple):
+ help_in_use = 696958401460043776
development = 411199786025484308
devprojects = 787641585624940544
media = 799054581991997460
@@ -248,7 +243,6 @@ class Roles(NamedTuple):
announcements = 463658397560995840
champion = 430492892331769857
contributor = 295488872404484098
- developer = 352427296948486144
devops = 409416496733880320
jammer = 423054537079783434
moderator = 267629731250176001
@@ -259,6 +253,7 @@ class Roles(NamedTuple):
rockstars = 458226413825294336
core_developers = 587606783669829632
events_lead = 778361735739998228
+ everyone_role = 267624335836053506
class Tokens(NamedTuple):