-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I'm creating an automatic eating, but I'd like to see the current hunger information when I type 'Hunger info' in the public chat.
I found 'bot.food()' but I don't understand how to use it.
Is there any other api to get information easily? ex. health, effects, hunger.
bot.on('chat', (username,message) => {
if (message = "hunger info"){
bot.chat('Hunger = ')
}
return
})
})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels