Skip to content

Commit

Permalink
add appropriate intent
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Oct 17, 2023
1 parent c0dc42b commit 73cb7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 73cb7c9

Please sign in to comment.