diff --git a/index.js b/index.js index b78b3ed..67d4e25 100644 --- a/index.js +++ b/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') - consoleQueue += '\n' + message.toAnsi(); + consoleQueue += message.toAnsi(); // fs.appendFileSync('./logs.txt', `${bot.options.host}: ${message.toMotd()}\r\n`); // if (discordMsg)return channel.send(`${discordMsg.substring(0, 2000)}`)