diff options
Diffstat (limited to 'src/commands/nsfw/danbooru.ts')
| -rw-r--r-- | src/commands/nsfw/danbooru.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/nsfw/danbooru.ts b/src/commands/nsfw/danbooru.ts index 68bcc17..c3ba680 100644 --- a/src/commands/nsfw/danbooru.ts +++ b/src/commands/nsfw/danbooru.ts @@ -31,7 +31,7 @@ export default class DanbooruNSFW extends Command { } async run(msg: CommandoMessage, { tags }) { let randomInt = Math.floor(Math.random() * 100) - let blacklist = ['loli', 'shota', 'cub', 'young', 'child', 'baby', 'guro', 'gore', 'vore', 'scat']; + let blacklist = ['loli', 'shota', 'cub', 'young', 'child', 'baby', 'guro', 'gore', 'vore', 'scat', 'poop', 'kid', 'shit', 'turd', 'feces', 'excrement', 'excrete']; if (tags !== 0) { if (blacklist.includes(tags.toLowerCase())) { |