diff --git a/src/interfaces/stratz/guild_matches.rs b/src/interfaces/stratz/guild_matches.rs index c87cbaca..dea898d4 100644 --- a/src/interfaces/stratz/guild_matches.rs +++ b/src/interfaces/stratz/guild_matches.rs @@ -44,6 +44,7 @@ pub async fn query(client: &reqwest::Client, url: Url, guild_id: i64) -> QueryRe log::trace!("Making request..."); let response = client.post(url) + .header("User-Agent", "STRATZ_API") .json(&body) .send() .await