Skip to content

Commit

Permalink
fix(discord): add missing MessageContent intent
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Sep 7, 2022
1 parent 4eeac49 commit c70f375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/integrations/discord.ts
Expand Up @@ -508,6 +508,8 @@ class Discord extends Integration {
intents: [
GatewayIntentBits.GuildMessages,
GatewayIntentBits.Guilds,
GatewayIntentBits.MessageContent,
GatewayIntentBits.DirectMessages,
],
partials: [
DiscordJs.Partials.Reaction,
Expand Down

0 comments on commit c70f375

Please sign in to comment.