Remove unused imports

This commit is contained in:
Tarrgon
2025-09-14 08:05:59 -04:00
parent 672a508d9d
commit f6e83b3710
20 changed files with 34 additions and 37 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { APIEmbedField, APIRole, AuditLogChange, AuditLogEvent, EmbedBuilder, EmbedField, Guild, GuildAuditLogsEntry, PermissionsBitField, Role, RoleFlags, SlashCommandSubcommandGroupBuilder, SnowflakeUtil } from 'discord.js';
import { formatChanges, formatExtras, formatSnowflake, getTargetType } from '../utils';
import { APIEmbedField, APIRole, AuditLogEvent, EmbedBuilder, Guild, GuildAuditLogsEntry, RoleFlags, SnowflakeUtil } from 'discord.js';
import { Database } from '../shared/Database';
import { formatChanges, formatExtras, formatSnowflake, getTargetType } from '../utils';
const IGNORED_ACTIONS = [
AuditLogEvent.MemberMove,