Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 21:34:30 -05:00
commit 0abcf0d169

View File

@ -35,7 +35,7 @@ module.exports = {
}
console.log(codeBlock("", output));
var testLength = "\n" + 'output length was ' + (output.length + testLength.length) + " characters.";
var testLength = "\n" + 'output length was ' + (output.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;