Skip to content

Commit

Permalink
fix(IntegrationApplication): add missing export to index.js (#5475)
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Apr 3, 2021
1 parent 7cabc1c commit 8023250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions esm/discord.mjs
Expand Up @@ -69,6 +69,7 @@ export const {
GuildPreview,
GuildTemplate,
Integration,
IntegrationApplication,
Invite,
Message,
MessageAttachment,
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -81,6 +81,7 @@ module.exports = {
GuildPreview: require('./structures/GuildPreview'),
GuildTemplate: require('./structures/GuildTemplate'),
Integration: require('./structures/Integration'),
IntegrationApplication: require('./structures/IntegrationApplication'),
Invite: require('./structures/Invite'),
Message: require('./structures/Message'),
MessageAttachment: require('./structures/MessageAttachment'),
Expand Down

0 comments on commit 8023250

Please sign in to comment.