Skip to content

Commit

Permalink
fix(esm): add missing exports (discordjs#4911)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporoxx authored and GiorgioBrux committed Oct 17, 2020
1 parent 89b5783 commit 11769ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions esm/discord.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const {
SnowflakeUtil,
Structures,
SystemChannelFlags,
UserFlags,
Util,
version,
ChannelManager,
Expand All @@ -34,6 +35,7 @@ export const {
GuildMemberManager,
GuildMemberRoleManager,
GuildManager,
ReactionManager,
ReactionUserManager,
MessageManager,
PresenceManager,
Expand All @@ -45,9 +47,11 @@ export const {
resolveColor,
resolveString,
splitMessage,
Application,
Base,
Activity,
APIMessage,
BaseGuildEmoji,
CategoryChannel,
Channel,
ClientApplication,
Expand All @@ -60,6 +64,7 @@ export const {
GuildChannel,
GuildEmoji,
GuildMember,
GuildPreview,
Integration,
Invite,
Message,
Expand Down

0 comments on commit 11769ae

Please sign in to comment.