mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +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'),
|
||||
MessageCollector: require('./structures/MessageCollector'),
|
||||
MessageEmbed: require('./structures/MessageEmbed'),
|
||||
MessageMentions: require('./structures/MessageMentions'),
|
||||
MessageReaction: require('./structures/MessageReaction'),
|
||||
OAuth2Application: require('./structures/OAuth2Application'),
|
||||
PartialGuild: require('./structures/PartialGuild'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue