fix(lib): avoid multiple food checks

This commit is contained in:
Ryan 2025-04-12 12:36:38 -04:00
parent 33838e5aed
commit 85e1f082a7
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

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