Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
4adcaeb074
@ -36,6 +36,7 @@ module.exports = {
|
|||||||
output = design4(inputString);
|
output = design4(inputString);
|
||||||
}
|
}
|
||||||
console.log(codeBlock("", output));
|
console.log(codeBlock("", output));
|
||||||
|
writeFile();
|
||||||
var testLength = "\n" + 'output length was ' + (output.length) + " characters.";
|
var testLength = "\n" + 'output length was ' + (output.length) + " characters.";
|
||||||
if (output.length + testLength.length > 2000) {
|
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 + testLength.length) + " characters.)");
|
await interaction.reply('Error: String is too big. Resultant output would be too big to send to Discord. (the output length was ' + (output.length + testLength.length) + " characters.)");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user