diff --git a/commands/info/about.js b/commands/info/about.js index cc6fdcb..2c395dc 100644 --- a/commands/info/about.js +++ b/commands/info/about.js @@ -23,7 +23,7 @@ module.exports = { }, { name: "Other", - value: "USB Liveboot\nSingle Task Only - 256 Max Token Output" + value: "USB Liveboot\nNo VideoCard on Board!\nSingle Task Only - 256 Max Token Output" } ]; diff --git a/commands/system/view-session-history.js b/commands/system/view-session-history.js index 141f745..e71e6f9 100644 --- a/commands/system/view-session-history.js +++ b/commands/system/view-session-history.js @@ -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) - }, }; \ No newline at end of file