anyone know how to make bot seem without a status (not online but not offline)
like for @Iriss
Solution:Jump to solution
By not using libraries like discord.js, you'd use a HTTP server instead of connecting to a websocket. @Iriss uses
@skyra/http-framework
, but discord-interactions
is also an option, and the one that's recommended in Discord.js4 Replies
To do that, you have to make the bot not use the gateway, effectively turning it into a HTTP only bot.
Hm, how can that be done?
Solution
By not using libraries like discord.js, you'd use a HTTP server instead of connecting to a websocket. @Iriss uses
@skyra/http-framework
, but discord-interactions
is also an option, and the one that's recommended in Discord.jsI see, I don't think it is worth the trouble 😅
Thanks though