We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The server sync is only executed on startup.
Add the guild into a new server it hasnt been in before and execute a command.
The command fails, because the channel is not part of the database, because the sync is only done on startup and or on channel creation.
It should update the database with information when joining a new guild.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
General Troubleshooting
Description
The server sync is only executed on startup.
Steps to reproduce
Add the guild into a new server it hasnt been in before and execute a command.
Expected behaviour
The command fails, because the channel is not part of the database, because the sync is only done on startup and or on channel creation.
Actual behaviour
It should update the database with information when joining a new guild.
The text was updated successfully, but these errors were encountered: