discord-webhook-node
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "discord-webhook-node", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Allows for easy webhook sending through discord's webhook API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -6,3 +6,3 @@ const sendWebhook = require('../sendWebhook'); | ||
if (typeof options == 'string'){ | ||
this.hookURL = hook; | ||
this.hookURL = options; | ||
this.throwErrors = true; | ||
@@ -9,0 +9,0 @@ this.retryOnLimit = true; |
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
6088