Node Js how to find roles for a interaction.member?

  Kiến thức lập trình

if(interaction.commandName === “check”) {
const sender = interaction.user;
if(!sender.member.roles.has(1083843028772474965 || 1083843028772474960 || 1083843028743110727)) return (interaction.reply({content: ‘❌ | Error.’, ephemeral: true }));
continue…

LEAVE A COMMENT