snowtransfer
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "snowtransfer", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Minimalistic Rest client for the Discord Api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -262,3 +262,3 @@ const Endpoints = require('../Endpoints'); | ||
} | ||
return this.requestHandler.request(Endpoints.CHANNEL_BULK_DELETE(channelId), 'post', 'json', messages); | ||
return this.requestHandler.request(Endpoints.CHANNEL_BULK_DELETE(channelId), 'post', 'json', {messages}); | ||
} | ||
@@ -532,2 +532,2 @@ | ||
module.exports = ChannelMethods; | ||
module.exports = ChannelMethods; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2325
188260