How can i do bot have invisible status like d.js docs#1083
How can i do bot have invisible status like @d.js docs
8 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!Tag suggestion for @ItayNC:
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.
first you gotta explain why you're asking the same question twice
to get the same answer also
@ItayNC they are http interactions
you would buy an vds/vps to host your route to discord
I didn't understand what I was supposed to do with it
@Idris @darp
If anyone can help I would appreciate it
if bot have no status this means it using HTTP interactions. you cannot currently do this with discord.js as it works with gateway
https://www.npmjs.com/package/discord-interactions
Can you send me a example code?
@darp
That wouldn't be discord.js-related, check the link they sent