mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
feat(MessageSelectMenu): droppybois (#5692)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
This commit is contained in:
@@ -97,6 +97,7 @@ module.exports = {
|
||||
MessageEmbed: require('./structures/MessageEmbed'),
|
||||
MessageMentions: require('./structures/MessageMentions'),
|
||||
MessageReaction: require('./structures/MessageReaction'),
|
||||
MessageSelectMenu: require('./structures/MessageSelectMenu'),
|
||||
NewsChannel: require('./structures/NewsChannel'),
|
||||
OAuth2Guild: require('./structures/OAuth2Guild'),
|
||||
PermissionOverwrites: require('./structures/PermissionOverwrites'),
|
||||
@@ -106,6 +107,7 @@ module.exports = {
|
||||
ReactionEmoji: require('./structures/ReactionEmoji'),
|
||||
RichPresenceAssets: require('./structures/Presence').RichPresenceAssets,
|
||||
Role: require('./structures/Role'),
|
||||
SelectMenuInteraction: require('./structures/SelectMenuInteraction'),
|
||||
Sticker: require('./structures/Sticker'),
|
||||
StoreChannel: require('./structures/StoreChannel'),
|
||||
StageChannel: require('./structures/StageChannel'),
|
||||
|
||||
Reference in New Issue
Block a user