remove unnecessary call to build the tables
This commit is contained in:
parent
b501989d46
commit
b9f472f5f8
@ -19,12 +19,6 @@ const slashCommandFiles = fs.readdirSync('./slash-commands/').filter(file => fil
|
||||
const dbfn = require('./dbfn.js');
|
||||
const { finished } = require('stream');
|
||||
|
||||
dbfn.createGuildTables().then(res => {
|
||||
console.log(res.status);
|
||||
}).catch(err => {
|
||||
console.error(err);
|
||||
});
|
||||
|
||||
const functions = {
|
||||
// Functions for managing and creating Collections
|
||||
collections: {
|
||||
|
Loading…
Reference in New Issue
Block a user