mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-04-02 07:19:42 -04:00
hm http\u200B???
This commit is contained in:
parent
497e973df5
commit
97af38d5b8
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -306,7 +306,7 @@ function main() {
|
|||
}
|
||||
|
||||
const cleanMessage = escapeMarkdown(message.toString());
|
||||
discordMsg = /* '_ _ ' + */cleanMessage.replaceAll('@', '@\u200B').replaceAll('http', '[http]');// .replace(/[\r\n]/gm, '\n')
|
||||
discordMsg = /* '_ _ ' + */cleanMessage.replaceAll('@', '@\u200B').replaceAll('http', 'http\u200B');// .replace(/[\r\n]/gm, '\n')
|
||||
|
||||
consoleQueue.push(message.toAnsi());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue