Get rid of redundant console.log()
This commit is contained in:
parent
699edf9d11
commit
908901f883
@ -38,7 +38,7 @@ module.exports = {
|
|||||||
case 4:
|
case 4:
|
||||||
output = design4(inputString);
|
output = design4(inputString);
|
||||||
}
|
}
|
||||||
console.log(codeBlock("", output));
|
//console.log(codeBlock("", output));
|
||||||
let testLength = "\n" + 'output length was ' + (output.length) + " characters.";
|
let 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…
Reference in New Issue
Block a user