Added /drawtriangle command

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 21:32:49 +07:00
parent 39b3d929a8
commit 2e9cb83e23
1 changed files with 1 additions and 1 deletions

@ -35,7 +35,7 @@ module.exports = {
}
console.log(codeBlock("", output));
var testLength = "\n" + 'output length was ' + output.length + " characters.";
var testLength = "\n" + 'output length was ' + (output.length + testLength.length) + " characters.";
if (output.length + testLength.length > 2000) {
await interaction.reply('Error: String is too big. Resultant output would be too big to send to Discord. (the output length was ' + output.length + " characters.)");
return;