We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7af4a8 commit 4bbe716Copy full SHA for 4bbe716
esm/discord.mjs
@@ -25,6 +25,7 @@ export const {
25
SnowflakeUtil,
26
Structures,
27
SystemChannelFlags,
28
+ UserFlags,
29
Util,
30
version,
31
ChannelManager,
@@ -34,6 +35,7 @@ export const {
34
35
GuildMemberManager,
36
GuildMemberRoleManager,
37
GuildManager,
38
+ ReactionManager,
39
ReactionUserManager,
40
MessageManager,
41
PresenceManager,
@@ -45,9 +47,11 @@ export const {
45
47
resolveColor,
46
48
resolveString,
49
splitMessage,
50
+ Application,
51
Base,
52
Activity,
53
APIMessage,
54
+ BaseGuildEmoji,
55
CategoryChannel,
56
Channel,
57
ClientApplication,
@@ -60,6 +64,7 @@ export const {
60
64
GuildChannel,
61
65
GuildEmoji,
62
66
GuildMember,
67
+ GuildPreview,
63
68
Integration,
69
Invite,
70
Message,
0 commit comments