diff --git a/src/commands/Community/portista.js b/testes/commands/portista.js similarity index 98% rename from src/commands/Community/portista.js rename to testes/commands/portista.js index f2d470d..31c1d64 100644 --- a/src/commands/Community/portista.js +++ b/testes/commands/portista.js @@ -3,7 +3,7 @@ const conn = require('../../../database/db'); console.error("--------------------- portista.js ---------------------"); async function getChoicesFromDatabase() { - const query = `SELECT name, value FROM products`; + const query = `SELECT name, value FROM choices`; let rows; try { diff --git a/src/commands/Community/teste.js b/testes/commands/teste.js similarity index 100% rename from src/commands/Community/teste.js rename to testes/commands/teste.js diff --git a/src/commands/Community/testeadd.js b/testes/commands/testeadd.js similarity index 100% rename from src/commands/Community/testeadd.js rename to testes/commands/testeadd.js diff --git a/src/events/handlers/teste.js b/testes/handlers/teste.js similarity index 100% rename from src/events/handlers/teste.js rename to testes/handlers/teste.js