aboutsummaryrefslogtreecommitdiff
path: root/lib/http.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.ml')
-rw-r--r--lib/http.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http.ml b/lib/http.ml
index a8e6b22..8cc56fb 100644
--- a/lib/http.ml
+++ b/lib/http.ml
@@ -8,7 +8,6 @@ module Make(T : S.Token) = struct
exception Invalid_Method
let base_url = "https://discordapp.com/api/v7"
- let cdn_url = "https://cdn.discordapp.com"
let process_url path =
Uri.of_string (base_url ^ path)