player is a Player objectweapon is a Gun class (see Gun)bot.on('playerStartReload', (player, weapon) => {
console.log(`${player.name} started reloading their ${weapon.weaponName}!`);
});
player is a Player objectweapon is a Gun class (see Gun)bot.on('playerStartReload', (player, weapon) => {
console.log(`${player.name} started reloading their ${weapon.weaponName}!`);
});