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
d.js toolkit
d.js toolkit4w 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!
atlantismuzik
atlantismuzikOP4w ago
No description
d.js docs
d.js docs4w 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.
_me.xi ツ
_me.xi ツ4w ago
so discord js itself doesn't have this feature?
treble/luna
treble/luna4w ago
no
chewie
chewie4w ago
It’s a completely different way of making bots, and since djs is an api wrapper, it doesn’t support it
_me.xi ツ
_me.xi ツ4w ago
Ohh I see

Did you find this page helpful?