Skip to content

Commit 30612bc

Browse files
committed
Filter list: move warning to #mod-meta
1 parent 2334827 commit 30612bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ class Channels(metaclass=YAMLGetter):
444444
incidents: int
445445
incidents_archive: int
446446
mod_alerts: int
447-
mod_tools: int
447+
mod_meta: int
448448
nominations: int
449449
nomination_voting: int
450450
organisation: int

bot/exts/filters/filter_lists.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ async def _add_data(
101101
)
102102
raise
103103

104-
# If it is an autoban trigger we send a warning in #mod-tools
104+
# If it is an autoban trigger we send a warning in #mod-meta
105105
if comment and "[autoban]" in comment:
106-
await self.bot.get_channel(Channels.mod_tools).send(
106+
await self.bot.get_channel(Channels.mod_meta).send(
107107
f":warning: heads-up! The new filter `{content}` (`{comment}`) will automatically ban users."
108108
)
109109

config-default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ guild:
207207
incidents_archive: 720668923636351037
208208
mod_alerts: 473092532147060736
209209
mods: &MODS 305126844661760000
210-
mod_tools: 775413915391098921
210+
mod_meta: 775412552795947058
211211
nominations: 822920136150745168
212212
nomination_voting: 822853512709931008
213213
organisation: &ORGANISATION 551789653284356126

0 commit comments

Comments
 (0)