import SpawnDispatch from 'yolkbot/dispatches/SpawnDispatch';
bot.dispatch(new SpawnDispatch());
The bot must wait 6 seconds after dying or joining a game to spawn. Although the normal game says it is 5 seconds, they actually count down every 1.2 seconds, meaning it takes 6 seconds to spawn.
import SpawnDispatch from 'yolkbot/dispatches/SpawnDispatch';
bot.dispatch(new SpawnDispatch());
The bot must wait 6 seconds after dying or joining a game to spawn. Although the normal game says it is 5 seconds, they actually count down every 1.2 seconds, meaning it takes 6 seconds to spawn.