Add fm set username command
Beginning of the command. Can't do anything other than setting and updating your lastfm username.
This commit is contained in:
parent
bdc08b3153
commit
8c02dc5517
4 changed files with 109 additions and 0 deletions
|
@ -17,6 +17,8 @@ async function checkAndConvertJSONToSQL(){
|
|||
}
|
||||
}
|
||||
const createDatabaseTables = require('./server/createDatabaseTables');
|
||||
const createLastfmTable = require('./server/createLastfmTable');
|
||||
createLastfmTable();
|
||||
checkAndConvertJSONToSQL();
|
||||
const Discord = require('discord.js');
|
||||
const client = new Discord.Client({ intents: [Discord.Intents.FLAGS.GUILDS, Discord.Intents.FLAGS.GUILD_MESSAGES, Discord.Intents.FLAGS.GUILD_PRESENCES] });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue