From 8e8661298a0a59437fa4c4beb14457ebbe101ef6 Mon Sep 17 00:00:00 2001 From: smsteel Date: Mon, 11 Feb 2019 09:30:02 +0300 Subject: [PATCH] table final --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index b70ec3c..d7fa5f1 100644 --- a/bot.js +++ b/bot.js @@ -28,7 +28,7 @@ bot.command( })) ) .split('\n') - .map(line => `\`\`\`${line}\`\`\``) + .map(line => `\`\`\`${line.slice(0, -1)}\`\`\``) .join('\n') )) )