diff --git a/package-lock.json b/package-lock.json index 3b97a51..9450995 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "mysql2": "^3.14.0", "set-interval-async": "^3.0.3", "typescript": "^4.5.2" + }, "devDependencies": { "@types/node": "^22.14.0" diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index c77547b..e2e7d1f 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -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 ---------------------"); diff --git a/src/index.js b/src/index.js index 04c648f..b0ae699 100644 --- a/src/index.js +++ b/src/index.js @@ -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';