#can you hide commands from users who have added your bot to their apps?
10 messages · Page 1 of 1 (latest)
User installed
Like i have many commands for different purposes, some i want to only be available in servers and others anywhere with user install, ik i can restrict the commands but I can’t fogure out if hiding them entirely from user installs works
That's what integrationTypes are for
SlashCommandBuilder#setIntegrationTypes() [email protected]
Sets the integration types of this command.
and side note, a user app is not a bot
Thank you