From fe666b4c3df893af2b518c0458809bda23bc59e8 Mon Sep 17 00:00:00 2001 From: Adelyn Breedlove Date: Tue, 26 Feb 2019 23:59:02 -0700 Subject: Correct User-Agent --- lib/http/http.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/http.ml b/lib/http/http.ml index ced2810..98abd6c 100644 --- a/lib/http/http.ml +++ b/lib/http/http.ml @@ -20,7 +20,7 @@ module Base = struct let process_request_headers () = let h = Header.init () in Header.add_list h [ - "User-Agent", "Dis.ml (https://gitlab.com/Mishio595/disml, v0.2.3)"; + "User-Agent", "DiscordBot (https://gitlab.com/Mishio595/disml, v0.2.3)"; "Authorization", ("Bot " ^ !Client_options.token); "Content-Type", "application/json"; "Connection", "keep-alive"; -- cgit v1.2.3