mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Add missing MessageCollector export
This commit is contained in:
parent
c5982b0b90
commit
f3bab30cce
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ module.exports = {
|
|||
Invite: require('./structures/Invite'),
|
||||
Message: require('./structures/Message'),
|
||||
MessageAttachment: require('./structures/MessageAttachment'),
|
||||
MessageCollector: require('./structures/MessageCollector'),
|
||||
MessageEmbed: require('./structures/MessageEmbed'),
|
||||
PartialGuild: require('./structures/PartialGuild'),
|
||||
PartialGuildChannel: require('./structures/PartialGuildChannel'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue