change the formatting of the correct phrase to put the phrase in a codeblock
This commit is contained in:
2
main.ts
2
main.ts
@@ -160,7 +160,7 @@ function checkMessage(message) {
|
||||
}
|
||||
|
||||
arrayRotate(rebuildMessageArray, true, 1);
|
||||
rebuildMessageArray.unshift(phrase);
|
||||
rebuildMessageArray.unshift("`" + phrase + "`");
|
||||
arrayRotate(rebuildMessageArray, true, 2);
|
||||
console.log(rebuildMessageArray);
|
||||
// Build into string and set to variable!
|
||||
|
Reference in New Issue
Block a user