Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make bot appear online #61

Open
filips123 opened this issue Aug 11, 2021 · 2 comments
Open

Make bot appear online #61

filips123 opened this issue Aug 11, 2021 · 2 comments
Labels
wontfix This will not be worked on

Comments

@filips123
Copy link

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.

@mrshmllow
Copy link
Contributor

mrshmllow commented Aug 11, 2021

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.

@EthanC
Copy link

EthanC commented Aug 12, 2021

discord/discord-api-docs#3581 looks to resolve this in the future. But for now, I believe this is outside the scope of this library.

@ms7m ms7m added the wontfix This will not be worked on label Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants