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?_ `);