This commit is contained in:
parent
1fd5f6cc6a
commit
629b4255de
4 changed files with 137 additions and 0 deletions
|
@ -18,6 +18,8 @@ async function checkAndConvertJSONToSQL(){
|
|||
}
|
||||
const createDatabaseTables = require('./server/createDatabaseTables');
|
||||
const createLastfmTable = require('./server/createLastfmTable');
|
||||
const createWhitelistTable = require('./server/createWhitelistTable.js')
|
||||
createWhitelistTable();
|
||||
createLastfmTable();
|
||||
checkAndConvertJSONToSQL();
|
||||
const { Collection, Client, GatewayIntentBits, Partials } = require('discord.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue