mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-23 15:47:57 -05:00
change intense to standard (dc doesn't support)
This commit is contained in:
parent
7ce80b2e99
commit
8154b429ff
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -298,7 +298,7 @@ function main() {
|
|||
}
|
||||
|
||||
const cleanMessage = escapeMarkdown(message.toAnsi(), true);
|
||||
discordMsg = /* '_ _ ' + */cleanMessage.replaceAll('@', '@\u200b\u200b\u200b\u200b\u200b').replaceAll('http', 'http\u200b\u200b\u200b\u200b\u200b');// .replace(/[\r\n]/gm, '\n')
|
||||
discordMsg = /* '_ _ ' + */cleanMessage.replaceAll('@', '@\u200b\u200b\u200b\u200b\u200b').replaceAll('http', 'http\u200b\u200b\u200b\u200b\u200b').replaceAll('\u001b[9', '\u001b[3');// .replace(/[\r\n]/gm, '\n')
|
||||
|
||||
consoleQueue.push(message.toAnsi());
|
||||
|
||||
|
|
Loading…
Reference in a new issue