mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
Add export for MessageMentions
This commit is contained in:
parent
ebcf61ff9c
commit
3bc90dcbf1
1 changed files with 1 additions and 0 deletions
|
|
@ -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'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue