Is there a way to ban user installed apps from running interactions?

As title said I want to know if there is a way to protect server against user installed apps.
6 Replies
d.js toolkit
d.js toolkit2mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
treble/luna
treble/luna2mo ago
deny the permission to use external apps not really djs related
Papa Smerf
Papa SmerfOP2mo ago
I was searching for software solution
d.js docs
d.js docs2mo ago
:dtypes: v10: PermissionFlagsBits read more
treble/luna
treble/luna2mo ago
then deny that permission via djs UseExternalApps
monbrey
monbrey2mo ago
Discord is software. How is that not a software solution

Did you find this page helpful?