Hi all, Easy one, but I've confused myself with the documentation. I currently have the following code line:
const client = new Discord.Client({intents: Object.values(Discord.Intents.FLAGS)})
const client = new Discord.Client({intents: Object.values(Discord.Intents.FLAGS)})
I need to update this to the v14 version, but I've tripped myself up on what I need instead. Can anyone help, either with the code, or guidance for where I need to look, please?