diff options
| author | 2021-03-14 13:30:27 +0000 | |
|---|---|---|
| committer | 2021-03-14 13:30:27 +0000 | |
| commit | 84930e02690051d3e05fdb3c489f25159b25bf03 (patch) | |
| tree | 70dc3a91ef0060e6344b3bf19ebe0b7051ee9145 /bot/constants.py | |
| parent | Use new help command ext (diff) | |
| parent | Use .gitattributes to normalise line endings on check-in (diff) | |
Merge remote-tracking branch 'origin/main' into Enforce-image-processing-concurrency
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 25 | 
1 files changed, 0 insertions, 25 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 5c95d9c1..3ca2cda9 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -94,33 +94,18 @@ class Branding:  class Channels(NamedTuple): -    admins = 365960823622991872      advent_of_code = int(environ.get("AOC_CHANNEL_ID", 782715290437943306))      advent_of_code_commands = int(environ.get("AOC_COMMANDS_CHANNEL_ID", 607247579608121354)) -    announcements = int(environ.get("CHANNEL_ANNOUNCEMENTS", 354619224620138496)) -    big_brother_logs = 468507907357409333      bot = 267659945086812160 -    checkpoint_test = 422077681434099723      organisation = 551789653284356126 -    devalerts = 460181980097675264      devlog = int(environ.get("CHANNEL_DEVLOG", 622895325144940554))      dev_contrib = 635950537262759947 -    dev_branding = 753252897059373066 -    helpers = 385474242440986624 -    message_log = 467752170159079424 -    mod_alerts = 473092532147060736 -    modlog = 282638479504965634      mod_meta = 775412552795947058      mod_tools = 775413915391098921      off_topic_0 = 291284109232308226      off_topic_1 = 463035241142026251      off_topic_2 = 463035268514185226 -    python = 267624335836053506 -    reddit = 458224812528238616      community_bot_commands = int(environ.get("CHANNEL_COMMUNITY_BOT_COMMANDS", 607247579608121354)) -    staff_lounge = 464905259261755392 -    verification = 352442727016693763 -    python_discussion = 267624335836053506      hacktoberfest_2020 = 760857070781071431      voice_chat_0 = 412357430186344448      voice_chat_1 = 799647045886541885 @@ -264,20 +249,10 @@ if Client.month_override is not None:  class Roles(NamedTuple):      admin = int(environ.get("BOT_ADMIN_ROLE_ID", 267628507062992896)) -    announcements = 463658397560995840 -    champion = 430492892331769857 -    contributor = 295488872404484098 -    devops = 409416496733880320 -    jammer = 423054537079783434      moderator = 267629731250176001 -    muted = 277914926603829249      owner = 267627879762755584 -    verified = 352427296948486144      helpers = int(environ.get("ROLE_HELPERS", 267630620367257601)) -    rockstars = 458226413825294336      core_developers = 587606783669829632 -    events_lead = 778361735739998228 -    everyone_role = 267624335836053506  class Tokens(NamedTuple): | 
