You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user/bot will only show online when there is a active gateway connection.
If you really need that, my personal solution is you could use a always-free server tier to hold a gateway connection (Just use discord.py), and use something like cloud run for your interactions.
Is it possible to make a bot always (when FastAPI server is working) appear online? Or is this the limitation of using webhook-based bots?
I created an example bot and it responds to commands corerectly, but it appears as offline in members list.
The text was updated successfully, but these errors were encountered: