fix(lib): avoid multiple food checks

This commit is contained in:
2025-04-12 12:36:38 -04:00
parent 33838e5aed
commit 85e1f082a7

View File

@@ -61,8 +61,6 @@ function update_listeners()
message = function()
info("bot successfully logged in!")
end,
},
spawn = {
eat = function()
sleep(5000)
check_food()