HTTP-only interactions bot

i'm asking if there documents about http-only bot i heared i have to use a domain and i got one what packages i need? how?
2 Replies
d.js toolkit
d.js toolkit5mo ago
d.js docs
d.js docs5mo 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.

Did you find this page helpful?