This commit is contained in:
Dragon Fire
2021-03-10 20:07:48 -05:00
parent 8f11ab7cae
commit 323e2ea9a7
+1
View File
@@ -89,6 +89,7 @@ module.exports = class KinoCommand extends Command {
currentChunk = '';
}
}
chunks.push(currentChunk);
return chunks;
}
};