diff --git a/commands/quora.js b/commands/quora.js index 3f2295f..f78b1d9 100644 --- a/commands/quora.js +++ b/commands/quora.js @@ -24,7 +24,7 @@ const command = { await client.say( msg.channelName, - `${msg.displayName}, ${str.substring(0, 450)}` + `${msg.displayName}, ${str.replaceAll("\n", "").substring(0, 450)}` ); }, };