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; } };