mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
Fix tag name
This commit is contained in:
@@ -6,7 +6,7 @@ import { Database } from '../shared/Database';
|
||||
const BLACKLISTED_TAGS: string[] = [];
|
||||
const BLACKLISTED_NONSAFE_TAGS: string[] = ['young'];
|
||||
|
||||
const SPOILERED_TAGS: string[] = ['gore', 'scat', 'watersports'];
|
||||
const SPOILERED_TAGS: string[] = ['gore', 'feces', 'watersports'];
|
||||
const SPOILERED_NONSAFE_TAGS: string[] = [];
|
||||
|
||||
const USER_AGENT = 'E621DiscordBot';
|
||||
|
||||
Reference in New Issue
Block a user