Organize imports

This commit is contained in:
Tarrgon
2025-09-15 17:32:36 -04:00
parent 2b0c1de895
commit 06d7e942f6
18 changed files with 30 additions and 42 deletions
-2
View File
@@ -1,7 +1,5 @@
import { Guild } from 'discord.js';
import { config } from '../config';
import { E621Post, E621User, Record } from '../types';
import { Database } from '../shared/Database';
const BLACKLISTED_TAGS: string[] = [];
const BLACKLISTED_NONSAFE_TAGS: string[] = ['young'];