Game game = this.getGameByType(gameType);
if (game.isPlayerAdded(player)) {
this.getExtensionMessenger().sendBroadcastMessage(this.getChannels(), game.getPromoteMessage());
} else {
throw new PickupBotError("You cannot promote while not added");
}
}
}