This commit is contained in:
parent
28a429545f
commit
092654b3b7
1
package-lock.json
generated
1
package-lock.json
generated
@ -19,6 +19,7 @@
|
||||
"mysql2": "^3.14.0",
|
||||
"set-interval-async": "^3.0.3",
|
||||
"typescript": "^4.5.2"
|
||||
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.14.0"
|
||||
|
||||
@ -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 ---------------------");
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user