mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Fix
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user