From 8eb0c19709e4acf556b05a42b0e960e5a9601ae3 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 9 Oct 2025 15:05:56 -0700 Subject: [PATCH] fix: guild intents --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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 ], });