Skip to content

Commit

Permalink
Update mock-discord.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome-E committed Sep 8, 2024
1 parent b12999a commit 6b73935
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .jest/mock-discord.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
const {
PermissionOverwrites, PermissionsBitField, RoleManager, PermissionFlagsBits,
BaseGuildTextChannel, TextChannel, VoiceChannel, StageChannel, ForumChannel,
DirectoryChannel, CategoryChannel, PartialTextBasedChannel, BaseGuildVoiceChannel,
DirectoryChannel, CategoryChannel, BaseGuildVoiceChannel,
GuildMemberManager, GuildChannelManager, BaseGuild, InteractionType, CommandInteraction,
ModalSubmitInteraction, MessageComponentInteraction, ChatInputCommandInteraction,
ApplicationCommandType, UserContextMenuCommandInteraction, MessageContextMenuCommandInteraction,
Message, CommandInteractionOptionResolver, Invite, GuildInviteManager,
CommandInteractionOptionResolver, Invite, GuildInviteManager,
InteractionResponse
} = require("discord.js")
const { ChannelType, Client, Guild, BaseInteraction, User,
GuildChannel, ClientUser, Role, GuildMember, GuildMemberRoleManager,
PermissionOverwriteManager
} = require("discord.js")
// const InteractionResponses = require("discord.js/src/structures/interfaces/InteractionResponses")


function resolveTo (value) {
return new Promise(resolve => resolve(value))
Expand Down

0 comments on commit 6b73935

Please sign in to comment.