This commit is contained in:
Dragon Fire
2024-05-02 00:23:18 -04:00
parent b2ee411e13
commit f2082e25fb
+1
View File
@@ -103,6 +103,7 @@ module.exports = class BoxChoosingCommand extends Command {
break;
}
await buttonPress.deferUpdate();
i++;
}
}
return gameMsg.edit({ content: script.end, components: [] });