mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
feat(InteractionCollector): reworked to be more generic (#5999)
Co-authored-by: Antonio Román <kyradiscord@gmail.com> Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
@@ -86,6 +86,7 @@ module.exports = {
|
||||
Integration: require('./structures/Integration'),
|
||||
IntegrationApplication: require('./structures/IntegrationApplication'),
|
||||
Interaction: require('./structures/Interaction'),
|
||||
InteractionCollector: require('./structures/InteractionCollector'),
|
||||
InteractionWebhook: require('./structures/InteractionWebhook'),
|
||||
Invite: require('./structures/Invite'),
|
||||
Message: require('./structures/Message'),
|
||||
@@ -94,7 +95,6 @@ module.exports = {
|
||||
MessageButton: require('./structures/MessageButton'),
|
||||
MessageCollector: require('./structures/MessageCollector'),
|
||||
MessageComponentInteraction: require('./structures/MessageComponentInteraction'),
|
||||
MessageComponentInteractionCollector: require('./structures/MessageComponentInteractionCollector'),
|
||||
MessageEmbed: require('./structures/MessageEmbed'),
|
||||
MessageMentions: require('./structures/MessageMentions'),
|
||||
MessagePayload: require('./structures/MessagePayload'),
|
||||
|
||||
Reference in New Issue
Block a user