This commit is contained in:
Dragon Fire
2021-06-07 20:39:48 -04:00
parent 8a2238cd8f
commit 3d3a25e62b
+1 -1
View File
@@ -180,6 +180,6 @@ module.exports = class AkinatorCommand extends Command {
button.setDisabled(true);
}
}
return buttonPress.update('Loading...', { components: [rows] });
return buttonPress.update('Loading...', { components: rows });
}
};