diff --git a/index.js b/index.js index 6d5a62d..ea3a4c0 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,8 @@ const client = new Client({ intents: GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMessageReactions, - GatewayIntentBits.MessageContent + GatewayIntentBits.MessageContent, + GatewayIntentBits.Guilds ], partials: [Partials.Message, Partials.Channel, Partials.Reaction], });