Mention bug in code

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 12:26:22 -05:00
parent c8fce4748c
commit d498d663e2

View File

@ -159,7 +159,7 @@ function checkMessage(message) {
message.reply("Detected abbreviation, but regex matching broke. Caleb is working on this...");
break;
}
//https://gitea.calebfontenot.com/CCF_100/NoMoreAcronyms/issues/1
arrayRotate(rebuildMessageArray, true, 1);
rebuildMessageArray.unshift("`" + phrase + "`");
arrayRotate(rebuildMessageArray, true, 2);