Moved database driver-specific code to their own files
This commit is contained in:
parent
d47c7cacbb
commit
5fa5f21289
6 changed files with 249 additions and 251 deletions
|
@ -15,7 +15,7 @@ module.exports = async () => {
|
|||
// connect to lavalink
|
||||
if (!soundPlayer.status && !soundPlayer.connected) await soundPlayer.connect();
|
||||
|
||||
await database.handleCounts();
|
||||
await database.setup();
|
||||
|
||||
// generate docs
|
||||
if (helpGenerator && first) await helpGenerator(process.env.OUTPUT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue