#CLIENT_MISSING_INTENTS
1 messages · Page 1 of 1 (latest)
you didn`t enter the wrong name
What do you mean?
const Discord = require('discord.js')
const client = new Discord.Client()
client.on('ready', () =>{
client.user.setStatus('Listening for: !help')
console.log('Bot is ready to be used!')
})
client.login('TOKEN');
