From 28a429545fbfb7fff8f9cab7ed15b3974c30cbd4 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 14:25:30 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------------------");