add filter & !polycatgen
This commit is contained in:
parent
1908a4f79e
commit
ef133512a3
5 changed files with 65 additions and 14 deletions
|
@ -1,2 +1,7 @@
|
|||
export const GUILD_ID = '923671181020766230';
|
||||
export const DEBUG_CHANNEL_ID = '977401259260788756';
|
||||
export const POLYCAT_CHANNEL_ID = '977797790749032448';
|
||||
|
||||
export const BAD_WORDS = <string[]>(
|
||||
['ruls_tset'].map((r) => [...r].reverse().join(''))
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue