How do i give a user a role with '/' command with discord.js v14 – Javascript
I was trying to give myself a role when executing a "/" command, and ive tryed many solutions from stackoverflow but none of them work for discord.js v14. Im pretty new to js. tryed: const guild = interaction.guild const role…