From 41c4e48d5c368498bbf6f21c2aa0e0c32febbf69 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 21:03:28 +0100 Subject: [PATCH] --- src/commands/Community/testeadd.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index 87d8c58..4003e10 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -1,6 +1,8 @@ -const { SlashCommandBuilder } = require('discord.js'); +const { InteractionContextType, PermissionFlagsBits, SlashCommandBuilder, MessageFlags } = require('discord.js'); const conn = require('../../../database/db'); +console.error("--------------------- testeadd.js ---------------------"); + // Define a função loadChoices antes de usá-la async function loadChoices() { try {