const { client, IntentsBitFeild } = require('discord.js');
const client = new Client({
intents: [
IntentsBitFeild.Flags.Guilds,
IntentsBitFeild.Flags.GuildMembers,
IntentsBitFeild.Flags.GuildMessages,
IntentsBitFeild.Flags.MessageContent,
]
})
client.login("my thing");
i am completly new to java script and all coding, so i dont know where to start to try to fix the issue so i have tried nothing yes i am following a youtube tutorial.