Discord External App Help
Hey, I'm making a bot. Currently, it's commands can be used across all of my servers but not my DMs. I do have some others Apps that can do this. How can I get my bot to be able to do the same? Thanks.
5 Replies
- 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 OPdocumentation suggestion for @Duckster:
:method: SlashCommandBuilder#setContexts()
@1.9.0
Sets the contexts of this command.specifically you need the bot dm context
Alright
Works!