pub async fn search(client: &Client, name: &str) -> Result<Vec<Game>, Error>
Searches for a Game based on the name of the game.