Skip to content

Commit

Permalink
Remove the MessageContent intent
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbowen committed Nov 14, 2023
1 parent d19908d commit 98589ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mrwhale-discord/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 98589ce

Please sign in to comment.