From 98589ce62b7e518bf745c1b4bd1c0ecc30bc2add Mon Sep 17 00:00:00 2001 From: Thomas Bowen <6600748+ttbowen@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:24:22 +0000 Subject: [PATCH] Remove the MessageContent intent --- packages/mrwhale-discord/src/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/mrwhale-discord/src/constants.ts b/packages/mrwhale-discord/src/constants.ts index 03f7131..320aa18 100644 --- a/packages/mrwhale-discord/src/constants.ts +++ b/packages/mrwhale-discord/src/constants.ts @@ -3,7 +3,6 @@ import { GatewayIntentBits } from "discord.js"; export const EMBED_COLOR = "#71b8ce"; export const INTENTS = [ GatewayIntentBits.Guilds, - GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers, GatewayIntentBits.DirectMessages,