map is a raw map JSON (bot.game.map.raw)bot.on('mapLoad', (map) => {
console.log('bot has loaded the map:', map.name);
});
The LOAD_MAP intent must be enabled to receive this event or initialize the game map fully.
map is a raw map JSON (bot.game.map.raw)bot.on('mapLoad', (map) => {
console.log('bot has loaded the map:', map.name);
});
The LOAD_MAP intent must be enabled to receive this event or initialize the game map fully.