Fix tag name

This commit is contained in:
Tarrgon
2025-06-06 09:26:25 -04:00
parent 4c5772dc1c
commit b2da956069
+1 -1
View File
@@ -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';