mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
refactor(MessagePayload): rename APIMessage (#5921)
This commit is contained in:
@@ -57,7 +57,6 @@ module.exports = {
|
||||
ApplicationCommand: require('./structures/ApplicationCommand'),
|
||||
Base: require('./structures/Base'),
|
||||
Activity: require('./structures/Presence').Activity,
|
||||
APIMessage: require('./structures/APIMessage'),
|
||||
BaseGuild: require('./structures/BaseGuild'),
|
||||
BaseGuildEmoji: require('./structures/BaseGuildEmoji'),
|
||||
BaseGuildVoiceChannel: require('./structures/BaseGuildVoiceChannel'),
|
||||
@@ -96,6 +95,7 @@ module.exports = {
|
||||
MessageComponentInteractionCollector: require('./structures/MessageComponentInteractionCollector'),
|
||||
MessageEmbed: require('./structures/MessageEmbed'),
|
||||
MessageMentions: require('./structures/MessageMentions'),
|
||||
MessagePayload: require('./structures/MessagePayload'),
|
||||
MessageReaction: require('./structures/MessageReaction'),
|
||||
MessageSelectMenu: require('./structures/MessageSelectMenu'),
|
||||
NewsChannel: require('./structures/NewsChannel'),
|
||||
|
||||
Reference in New Issue
Block a user