mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Add export for MessageMentions
This commit is contained in:
@@ -40,6 +40,7 @@ module.exports = {
|
|||||||
MessageAttachment: require('./structures/MessageAttachment'),
|
MessageAttachment: require('./structures/MessageAttachment'),
|
||||||
MessageCollector: require('./structures/MessageCollector'),
|
MessageCollector: require('./structures/MessageCollector'),
|
||||||
MessageEmbed: require('./structures/MessageEmbed'),
|
MessageEmbed: require('./structures/MessageEmbed'),
|
||||||
|
MessageMentions: require('./structures/MessageMentions'),
|
||||||
MessageReaction: require('./structures/MessageReaction'),
|
MessageReaction: require('./structures/MessageReaction'),
|
||||||
OAuth2Application: require('./structures/OAuth2Application'),
|
OAuth2Application: require('./structures/OAuth2Application'),
|
||||||
PartialGuild: require('./structures/PartialGuild'),
|
PartialGuild: require('./structures/PartialGuild'),
|
||||||
|
|||||||
Reference in New Issue
Block a user