-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Discord Bot offline right after its creation #1541
Comments
Are you getting an error? Have you tried asking in that library's support server? |
I am doing that but shouldn't the bot be online whether or not I run a program on it? |
no, the bot will be offline unless it's connected to the gateway |
No, that's not how bots work. Anyway, this repository is for reporting bugs with the API. |
Ok thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to create a bot via the Discord Developer Portal. I created an application and it's bot. I control the bot with this C++ library.
Yesterday everything worked fine. However today I found the bot to be offline and the C++ program can't reach it. I made sure the token is correct and even created an entirely new application. But for some reason the bot is always offline.
The text was updated successfully, but these errors were encountered: