aboutsummaryrefslogtreecommitdiff
path: root/lib/http.ml
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2018-11-14 01:44:29 +0000
committerAdelyn Breedlove <[email protected]>2018-11-14 01:44:29 +0000
commit5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d (patch)
tree9da8fb076a861afc5d21fff705484a0a57e9ab9a /lib/http.ml
parentMerge branch 'dev' into 'master' (diff)
parentNew name who dis (diff)
downloaddisml-5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d.tar.xz
disml-5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d.zip
Merge branch 'dev' into 'master'
Dev See merge request Mishio595/disml!3
Diffstat (limited to 'lib/http.ml')
-rw-r--r--lib/http.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.ml b/lib/http.ml
index 105ae34..b6b0298 100644
--- a/lib/http.ml
+++ b/lib/http.ml
@@ -20,7 +20,7 @@ module Base = struct
let token = try
Sys.getenv "DISCORD_TOKEN"
with Not_found -> failwith "Please provide a token" in
- let h = Header.init_with "User-Agent" "Animus v0.1.0" in
+ let h = Header.init_with "User-Agent" "Dis.ml v0.1.0" in
let h = Header.add h "Authorization" ("Bot " ^ token) in
Header.add h "Content-Type" "application/json"