Skip to content

Commit 1085fce

Browse files
committed
Add rule alerts thread to constants file
1 parent 27bf2fd commit 1085fce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bot/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ class _Channels(EnvConfig, env_prefix="channels_"):
8989
incidents: int = 714214212200562749
9090
incidents_archive: int = 720668923636351037
9191
mod_alerts: int = 473092532147060736
92+
# Actually a thread, but for bootstrap purposes we treat it as a channel
93+
rule_alerts: int = 1386490058739290182
9294
mod_meta: int = 775412552795947058
9395
mods: int = 305126844661760000
9496
nominations: int = 822920136150745168

0 commit comments

Comments
 (0)