I am using Discord-Slashcommands for a few weeks and want to create a slash command to add a user to the interaction channel.
Is it possible to tell Discord.js that I want to get ALL users instead of those users that can see the channel? And if yes, how?
.addUserOption(opt => opt.setName("user").setDescription("Well, what?"))
This code only displays the users of the current channel...
Thank you for answering!