Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 16:28:56 +07:00
commit dc52d40c1d
1 changed files with 1 additions and 1 deletions

@ -102,7 +102,7 @@ function replyMessage(message, correctedMessage, abbrsUsed) {
plural = abbrsUsed + " acronyms"
}
if (stringLength > 2000) {
replyString = "Sorry, I detected " + plural + "but the resultant response was " + stringLength + " characters long, and Discord only allows a maximum of 2000."
replyString = "Sorry, I detected " + plural + ", but the resultant response was " + stringLength + " characters long, and Discord only allows a maximum of 2000."
}
message.reply({content: replyString, allowedMentions: { repliedUser: false }});