The player syncs with the server every 100ms, so this hook is called roughly every 100ms.
bot.on('tick', () => {
console.log('tick!');
});
The player syncs with the server every 100ms, so this hook is called roughly every 100ms.
bot.on('tick', () => {
console.log('tick!');
});