'InteractionCommand.addUserOption for all users not only the users that are allowed to see the channel

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!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source