Removed unused imports

This commit is contained in:
2022-07-05 20:40:50 +07:00
parent 00b44a0600
commit e3c8a58f78
+1 -1
View File
@@ -1,4 +1,4 @@
import { BaseGuildTextChannel, BaseGuildVoiceChannel, Guild, GuildChannelResolvable, GuildMember, VoiceBasedChannel } from 'discord.js';
import { Guild, GuildChannelResolvable, GuildMember } from 'discord.js';
import { I18n } from 'i18n';
import { COMMON_EMBEDS } from '../discord/Settings';
import { sendHybridInteractionMessageResponse } from './DiscordMessage';