help with dupe bot #1878
Unanswered
thonkinator
asked this question in
Q&A
Replies: 2 comments
-
Have you tried debugging this? ie... putting break points to see if the health event is being called, if bot.health is changing, etc... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your while loop runs forever. So setTimeout has no chance off handeling the bot.chat command. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm writing some code for a dupe server where the bot will automatically eat an enchanted golden apple if it gets too hungry and dupe it if the count gets below 32. however, when I run my code, the command never gets run. can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions