How do I add a role with discord.js

const target = interaction.options.getUser('target');
const role = interaction.options.getRole('role');
                target.addRole(role);

is this how i add the role?
Was this page helpful?