diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index e2e7d1f..c77547b 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 ---------------------");