diff options
author | 2025-06-23 01:25:10 +0100 | |
---|---|---|
committer | 2025-06-23 01:25:10 +0100 | |
commit | 1085fceef176abee217427ceb0a00f7fb32fef5c (patch) | |
tree | 0f7cdcb2fda7d5367def15977016dd40e1b8bc01 | |
parent | Merge pull request #3329 from python-discord/don't-hardcode-python-version-in... (diff) |
Add rule alerts thread to constants file
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 13c165e86..35e9b399f 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -89,6 +89,8 @@ class _Channels(EnvConfig, env_prefix="channels_"): incidents: int = 714214212200562749 incidents_archive: int = 720668923636351037 mod_alerts: int = 473092532147060736 + # Actually a thread, but for bootstrap purposes we treat it as a channel + rule_alerts: int = 1386490058739290182 mod_meta: int = 775412552795947058 mods: int = 305126844661760000 nominations: int = 822920136150745168 |