mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Removed the remaining lines for SQLite from the main js file
This commit is contained in:
@@ -29,7 +29,7 @@ bot.econ = new Discord.Collection();
|
||||
|
||||
const commandFiles = fs.readdirSync('./commands/').filter(file => file.endsWith('.js'));
|
||||
|
||||
const econFiles = fs.readdirSync('./commands/currency').filter(file => file.endsWith('.js'));;
|
||||
|
||||
|
||||
let i = 0;
|
||||
for (const file of commandFiles) {
|
||||
@@ -40,6 +40,7 @@ for (const file of commandFiles) {
|
||||
i ++;
|
||||
}
|
||||
|
||||
// const econFiles = fs.readdirSync('./commands/currency').filter(file => file.endsWith('.js'));;
|
||||
// ECON SECTION
|
||||
// bot.commands.set('ECON', require(`./commands/currency/app.js`));
|
||||
// const currency = new Discord.Collection();
|
||||
|
||||
Reference in New Issue
Block a user