From 73cb7c90b9b0034f3af889fdce0dd9ce8f87a59a Mon Sep 17 00:00:00 2001 From: horrible little slime <69secret69email69@gmail.com> Date: Mon, 16 Oct 2023 21:15:02 -0400 Subject: [PATCH] add appropriate intent --- src/clients/discord.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clients/discord.ts b/src/clients/discord.ts index f3de2eaa..c47fdd4d 100644 --- a/src/clients/discord.ts +++ b/src/clients/discord.ts @@ -51,6 +51,7 @@ export class DiscordClient extends Client { super({ partials: [Partials.Message, Partials.Reaction, Partials.User], intents: [ + GatewayIntentBits.GuildMembers, GatewayIntentBits.MessageContent, GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages,