anyone know how to make bot seem without a status (not online but not offline)

like for @Iriss
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.js
Jump to solution
4 Replies
kyra
kyra•11mo ago
To do that, you have to make the bot not use the gateway, effectively turning it into a HTTP only bot.
./Ticker
./TickerOP•11mo ago
Hm, how can that be done?
Solution
kyra
kyra•11mo ago
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.js
./Ticker
./TickerOP•11mo ago
I see, I don't think it is worth the trouble 😅 Thanks though
Want results from more Discord servers?
Add your server