vartestLength="\n"+'output length was '+(output.length)+" characters.";
if(output.length+testLength.length>2000){
awaitinteraction.reply('Error: String is too big. Resultant output would be too big to send to Discord. (the output length was '+output.length+" characters.)");
awaitinteraction.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.)");