File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments