add a pretty "neat" feature

and remove banned slurs
This commit is contained in:
Ryan Cao 2022-06-06 00:01:57 +08:00
parent 1b3aae766b
commit d5fcaece31
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
4 changed files with 23 additions and 52 deletions

View file

@ -1,7 +1,3 @@
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(''))
);