This commit is contained in:
Bxio 2025-04-29 14:30:30 +01:00
parent 28a429545f
commit 092654b3b7
3 changed files with 3 additions and 1 deletions

1
package-lock.json generated
View File

@ -19,6 +19,7 @@
"mysql2": "^3.14.0",
"set-interval-async": "^3.0.3",
"typescript": "^4.5.2"
},
"devDependencies": {
"@types/node": "^22.14.0"

View File

@ -1,7 +1,7 @@
// comandos/add.js
const { InteractionContextType, EmbedBuilder, PermissionFlagsBits, SlashCommandBuilder, MessageFlags } = require('discord.js');
const conn = require('../../../database/db'); // Ajusta o caminho
import { Table } from 'embed-table';
console.error("--------------------- lista_membro.js ---------------------");

View File

@ -11,6 +11,7 @@ antiCrash();
require('./functions/handlers/watchFolders');
const adminFolderPath = path.join(__dirname, '../admin');
const dashboardFilePath = path.join(adminFolderPath, 'dashboard.js');
import { Table } from 'embed-table';
const eventsPath = './events';