Added /drawtriangle command
This commit is contained in:
parent
52921afd56
commit
972ca2d70c
@ -36,6 +36,7 @@ module.exports = {
|
||||
output = design4(inputString);
|
||||
}
|
||||
console.log(codeBlock("", output));
|
||||
writeFile();
|
||||
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 + testLength.length) + " characters.)");
|
||||
|
Loading…
x
Reference in New Issue
Block a user