add requirement

This commit is contained in:
liangliang 2023-10-19 09:39:41 +08:00
parent 47f994a0ad
commit b2d1aa44a5
2 changed files with 1 additions and 1 deletions

View file

@ -127,7 +127,6 @@ app.post("/start", (req, res) => {
bot.chat(`/spreadplayers ~ ~ 0 300 under 80 false @s`);
await bot.waitForTicks(bot.waitTicks);
}
bot.chat(`/spawnpoint bot 26 100 20`);
await bot.waitForTicks(bot.waitTicks * itemTicks);
res.json(bot.observe());

View file

@ -43,3 +43,4 @@ open-interpreter==0.1.4; python_version>"3.9"
ta==0.10.2
semantic-kernel==0.3.10.dev0
matplotlib==3.7.2
ordered_set