Sheldan / abstracto

Discord Bot Base
MIT License
5 stars 1 forks source link

Not properly setting up database when joining a guild #61

Open Sheldan opened 2 years ago

Sheldan commented 2 years ago

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.