From 0aa0f62b0a18eb56b5f42359114913b0515be2ad Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 10 Mar 2021 20:08:30 -0500 Subject: [PATCH] Fix --- commands/other/kino.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/other/kino.js b/commands/other/kino.js index ddbbcb1e..a834ce6e 100644 --- a/commands/other/kino.js +++ b/commands/other/kino.js @@ -50,7 +50,7 @@ module.exports = class KinoCommand extends Command { break; } await msg.say(stripIndents` - ${escapeMarkdown(line)} + ${escapeMarkdown(line.trim())} _Proceed?_ `);