chore: migrate to newer intents

This commit is contained in:
Ryan Cao 2023-05-24 11:18:52 +08:00
parent 30b5293477
commit cf0348953b
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ const client = new Client({
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildPresences,
GatewayIntentBits.GuildMessageReactions,
GatewayIntentBits.GuildBans,
GatewayIntentBits.GuildModeration,
],
partials: [Partials.Channel],
});