mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -73,9 +73,9 @@ module.exports = class KinoCommand extends Command {
|
||||
`, { components: [row] });
|
||||
while (!end) {
|
||||
if (i === 0) {
|
||||
row[0].setDisabled(true);
|
||||
row.components[0].setDisabled(true);
|
||||
} else {
|
||||
row[0].setDisabled(false);
|
||||
row.components[0].setDisabled(false);
|
||||
}
|
||||
const line = storyData[i];
|
||||
if (!line) {
|
||||
|
||||
Reference in New Issue
Block a user