We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2676d5 commit fb7e0a8Copy full SHA for fb7e0a8
src/app.ts
@@ -83,7 +83,7 @@ const client = new Client({
83
GatewayIntentBits.DirectMessages,
84
GatewayIntentBits.Guilds,
85
GatewayIntentBits.GuildModeration,
86
- GatewayIntentBits.GuildEmojisAndStickers,
+ GatewayIntentBits.GuildExpressions,
87
GatewayIntentBits.GuildIntegrations,
88
GatewayIntentBits.GuildInvites,
89
GatewayIntentBits.GuildMembers,
0 commit comments