Mention bug in code
This commit is contained in:
2
main.ts
2
main.ts
@@ -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);
|
||||
|
Reference in New Issue
Block a user