add filter & !polycatgen

This commit is contained in:
Ryan Cao 2022-05-22 13:28:48 +08:00
parent 1908a4f79e
commit ef133512a3
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
5 changed files with 65 additions and 14 deletions

View file

@ -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(''))
);