diff --git a/src/index.ts b/src/index.ts index 786b17c..9d3f921 100644 --- a/src/index.ts +++ b/src/index.ts @@ -37,6 +37,7 @@ const client = new Client({ GatewayIntentBits.DirectMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessages, + GatewayIntentBits.Guilds, ], partials: [ Partials.Channel ], });