@stoatx/client 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1337,7 +1337,7 @@ var RESTManager = class {
1337
1337
  await sleep(waitTime);
1338
1338
  }
1339
1339
  const options = {
1340
- method,
1340
+ method: method.toUpperCase(),
1341
1341
  headers: {
1342
1342
  "X-Bot-Token": this.token,
1343
1343
  "Content-Type": "application/json"