Skip to content

Commit fb7e0a8

Browse files
committed
Resolve deprecation
1 parent c2676d5 commit fb7e0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const client = new Client({
8383
GatewayIntentBits.DirectMessages,
8484
GatewayIntentBits.Guilds,
8585
GatewayIntentBits.GuildModeration,
86-
GatewayIntentBits.GuildEmojisAndStickers,
86+
GatewayIntentBits.GuildExpressions,
8787
GatewayIntentBits.GuildIntegrations,
8888
GatewayIntentBits.GuildInvites,
8989
GatewayIntentBits.GuildMembers,

0 commit comments

Comments
 (0)