mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
remove method uppercasing
This commit is contained in:
@@ -10,7 +10,7 @@ class APIRequest {
|
|||||||
constructor(rest, method, path, options) {
|
constructor(rest, method, path, options) {
|
||||||
this.rest = rest;
|
this.rest = rest;
|
||||||
this.client = rest.client;
|
this.client = rest.client;
|
||||||
this.method = method.toUpperCase();
|
this.method = method;
|
||||||
this.route = options.route;
|
this.route = options.route;
|
||||||
this.options = options;
|
this.options = options;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user