logo bannerlogo banner
Page Navigator
  • map is a raw map JSON (bot.game.map.raw)
bot.on('mapLoad', (map) => {
    console.log('bot has loaded the map:', map.name);
});
Note

The LOAD_MAP intent must be enabled to receive this event or initialize the game map fully.