mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
remove method uppercasing
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user