From 323e2ea9a741097a5d15325789771a494b00441e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 10 Mar 2021 20:07:48 -0500 Subject: [PATCH] Fix --- commands/other/kino.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/other/kino.js b/commands/other/kino.js index b201caa9..ddbbcb1e 100644 --- a/commands/other/kino.js +++ b/commands/other/kino.js @@ -89,6 +89,7 @@ module.exports = class KinoCommand extends Command { currentChunk = ''; } } + chunks.push(currentChunk); return chunks; } };