table final

This commit is contained in:
smsteel 2019-02-11 09:30:02 +03:00
parent fa450c8fc9
commit 8e8661298a

2
bot.js
View File

@ -28,7 +28,7 @@ bot.command(
}))
)
.split('\n')
.map(line => `\`\`\`${line}\`\`\``)
.map(line => `\`\`\`${line.slice(0, -1)}\`\`\``)
.join('\n')
))
)