Open Sheldan opened 2 years ago
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.
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.