Remove not needed code
This commit is contained in:
@ -41,7 +41,7 @@ module.exports = {
|
||||
password: process.env.PASS
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
if (!response.data.questions) return interaction.editReply("You have no history in this session yet :) ");
|
||||
|
||||
const result = parseQuestionsAndAnswers(JSON.stringify(response.data));
|
||||
@ -51,7 +51,5 @@ module.exports = {
|
||||
}
|
||||
interaction.editReply(pairsString);
|
||||
})
|
||||
if (err) console.error("woo" + err)
|
||||
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user