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 = {