diff --git a/src/rest/APIRequest.js b/src/rest/APIRequest.js index e2fa86f31..ec8375dd1 100644 --- a/src/rest/APIRequest.js +++ b/src/rest/APIRequest.js @@ -10,7 +10,7 @@ class APIRequest { constructor(rest, method, path, options) { this.rest = rest; this.client = rest.client; - this.method = method.toUpperCase(); + this.method = method; this.route = options.route; this.options = options;