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 -3
View File
@@ -1,7 +1,6 @@
import { ApplicationIntegrationType, BitFieldResolvable, ChatInputCommandInteraction, Client, GuildBasedChannel, GuildMember, InteractionContextType, MessageFlags, MessageMentions, PermissionFlagsBits, SlashCommandBuilder, time, TimestampStyles } from 'discord.js';
import { channelIsInStaffCategory, deferInteraction, handleWhoIsInteraction } from '../utils';
import { getRecordMessageFromDiscordId } from '../utils/record-utils';
import { ApplicationIntegrationType, ChatInputCommandInteraction, Client, GuildMember, InteractionContextType, MessageMentions, PermissionFlagsBits, SlashCommandBuilder, time, TimestampStyles } from 'discord.js';
import { Database } from '../shared/Database';
import { deferInteraction } from '../utils';
const mentionRegex = new RegExp(MessageMentions.UsersPattern);