varreplyString="Your message contains "+plural+"! Let me fix that for you: \n > "+correctedMessage+"\n \n \|\|btw I was written by Caleb Fontenot\|\|"
varstringLength=replyString.length;
if(abbrsUsed==1){
plural="an acronym";
}else{
plural=abbrsUsed+" acronyms"
}
message.reply({content:"Your message contains "+plural+"! Let me fix that for you: \n > "+correctedMessage+"\n \n \|\|btw I was written by Caleb Fontenot\|\|",allowedMentions:{repliedUser: false}});
if(stringLength>2000){
replyString="Sorry, I detected "+plural+"but the resultant response was "+stringLength+" characters long, and Discord only allows a maximum of 2000."