Better Logging
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user