We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bf2fd commit 1085fceCopy full SHA for 1085fce
bot/constants.py
@@ -89,6 +89,8 @@ class _Channels(EnvConfig, env_prefix="channels_"):
89
incidents: int = 714214212200562749
90
incidents_archive: int = 720668923636351037
91
mod_alerts: int = 473092532147060736
92
+ # Actually a thread, but for bootstrap purposes we treat it as a channel
93
+ rule_alerts: int = 1386490058739290182
94
mod_meta: int = 775412552795947058
95
mods: int = 305126844661760000
96
nominations: int = 822920136150745168
0 commit comments