Skip to content
Snippets Groups Projects
Commit 164178e8 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

GUILD_MEMBERS

parent b4351d57
Branches
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ recursiveAsyncReadLine(); //we have to actually start our recursion somehow
const { Client, Intents, MessageActionRow, MessageButton } = require('discord.js');
// create a new Discord client
const client = new Client({ intents: ["GUILDS", "GUILD_MESSAGES", "DIRECT_MESSAGES"] });
const client = new Client({ intents: ["GUILDS", "GUILD_MESSAGES", "DIRECT_MESSAGES", "GUILD_MEMBERS"] });
client.on("ready", async function () {
console.log('\n' + "SL-Projects Bot".brightCyan);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment