stanley
stanley
DIAdiscord.js - Imagine an app
Created by stanley on 1/29/2025 in #djs-questions
I need help
Can someone tell me what I need to replace with this? const { Client, IntentsBitField } = require('discord.js'); const client = new Client({ intents: [IntentsBitField.Flags.Guilds, IntentsBitField.Flags.GuildMessages] }); client.on('ready', () => { console.log(`Logged in as ${client.user.tag}!`); }); client.login('YOUR_BOT_TOKEN');
23 replies