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