This commit is contained in:
Dragon Fire
2021-06-09 22:37:23 -04:00
parent afba17cee7
commit b16f178a55
+2 -2
View File
@@ -73,9 +73,9 @@ module.exports = class KinoCommand extends Command {
`, { components: [row] }); `, { components: [row] });
while (!end) { while (!end) {
if (i === 0) { if (i === 0) {
row[0].setDisabled(true); row.components[0].setDisabled(true);
} else { } else {
row[0].setDisabled(false); row.components[0].setDisabled(false);
} }
const line = storyData[i]; const line = storyData[i];
if (!line) { if (!line) {