Hello d, how can I make a stateless bot like the js bot?
Hello d, how can I make a stateless bot like the js bot?
7 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!
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.
so discord js itself doesn't have this feature?
no
It’s a completely different way of making bots, and since djs is an api wrapper, it doesn’t support it
Ohh I see