Spaces:
Runtime error
Runtime error
File size: 182 Bytes
2728346 |
1 2 3 4 5 6 |
// the NSFW has to contain bad words, but doing so might get the code flagged
// or attract unwanted attention, so we hash them
export const forbidden = [
// TODO implement this
] |