Better Logging

This commit is contained in:
Raven Scott
2023-04-03 03:11:54 +02:00
parent 8a7e985b59
commit 0f507fb98a
4 changed files with 10 additions and 10 deletions

View File

@ -41,9 +41,7 @@ module.exports = {
password: process.env.PASS
}
});
console.log(response.data)
if (!response.data.questions) return interaction.editReply("You have no history in this session yet :) ");
const result = parseQuestionsAndAnswers(JSON.stringify(response.data));