Skip to content

Commit

Permalink
fix: Remove Modal export (#7654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Mar 13, 2022
1 parent 549716e commit 87a6b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/discord.js/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ exports.MessageContextMenuCommandInteraction = require('./structures/MessageCont
exports.MessageMentions = require('./structures/MessageMentions');
exports.MessagePayload = require('./structures/MessagePayload');
exports.MessageReaction = require('./structures/MessageReaction');
exports.Modal = require('./structures/Modal');
exports.ModalSubmitInteraction = require('./structures/ModalSubmitInteraction');
exports.ModalSubmitFieldsResolver = require('./structures/ModalSubmitFieldsResolver');
exports.NewsChannel = require('./structures/NewsChannel');
Expand Down

0 comments on commit 87a6b84

Please sign in to comment.