From 59db1d5bfb6d48e6516bd2d8f60ca724623bf512 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 20:39:07 +0100 Subject: [PATCH] --- src/commands/Community/portista.js | 3 ++- src/commands/Community/testeadd.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/Community/portista.js b/src/commands/Community/portista.js index 34f9683..f2d470d 100644 --- a/src/commands/Community/portista.js +++ b/src/commands/Community/portista.js @@ -1,6 +1,7 @@ const { SlashCommandBuilder } = require('discord.js'); const conn = require('../../../database/db'); -console.error("--------------------- spacer ---------------------"); + +console.error("--------------------- portista.js ---------------------"); async function getChoicesFromDatabase() { const query = `SELECT name, value FROM products`; let rows; diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index f9850b2..9b790ad 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -1,6 +1,7 @@ const { InteractionContextType, PermissionFlagsBits, SlashCommandBuilder, MessageFlags } = require('discord.js'); const conn = require('../../../database/db'); +console.error("--------------------- testeadd.js ---------------------"); module.exports = {