fn handle_faction(
    server: &mut Server,
    client: Entity,
    target: Entity,
    args: Vec<String>,
    _action: &ServerChatCommand
) -> Result<(), Content>