How to make a user installed app

Hi, I just went over discord's guide on user installed apps : https://discord.com/developers/docs/tutorials/developing-a-user-installable-app I was just thinking, is d.js supporting user installed apps ? Cause i'm using TS and I want types and the good stuff that d.js provides likes the API interactions. Thanks in advance 🙂
11 Replies
d.js toolkit
d.js toolkit3d 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! - Marked as resolved by OP
d.js docs
d.js docs3d ago
:method: SlashCommandBuilder#setIntegrationTypes() @1.9.0 Sets the integration types of this command. :method: SlashCommandBuilder#setContexts() @1.9.0 Sets the contexts of this command.
treble/luna
treble/luna3d ago
they are supported from v14.16
tholeb
tholebOP3d ago
Ok, so in the end, it's a classic d.js bot with a specified context and an express (or any webserver) right ?
treble/luna
treble/luna3d ago
depends on what you want to do djs does not require express or any webserver to function
tholeb
tholebOP3d ago
oh, so you can do a user app (only, not guild nor both) fully with djs ?
treble/luna
treble/luna3d ago
yes
tholeb
tholebOP3d ago
I see. What's the better approach here ? Is there by any chance a sample user app using d.js ?
d.js docs
d.js docs3d ago
HTTP-only applications receive interactions through HTTP webhooks instead of the Discord Gateway. Bots that are not connected to the Gateway, but use HTTP interactions appear as online without a status. Discord.js does not support HTTP interactions. Use discord-interactions instead.
tholeb
tholebOP2d ago
Alright, thank you very much for your answers ! Thanks @treble/luna too ! Have a nice day
Shrewd 💫
Shrewd 💫2d ago
I suggest marking post as solved if your problem has been solved and have no further questions! ^^
Want results from more Discord servers?
Add your server