zyno-bot-addons
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "zyno-bot-addons", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Create easily addons for Zyno Bot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Zyno Bot addons | ||
Zyno Bot provides a library, based on the Discord.js library, which allows you to easily create addons for your bot. This library is by default installed on all the bots. | ||
> The Zyno Bot addons library is supported for Zyno Bot version 1.5.0 and higher | ||
> The Zyno Bot addons library is supported for Zyno Bot version 1.6.0 and higher | ||
@@ -6,0 +6,0 @@ ## Creating an addon |
@@ -29,3 +29,3 @@ const EventEmitter = require('events'); | ||
handler.errorMessages.push(errorMessage); | ||
}) | ||
}); | ||
} | ||
@@ -32,0 +32,0 @@ } |
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
437966