@discordia/help-default
Advanced tools
Comparing version 0.0.9 to 0.0.10
const { isString, isArray, isFunction } = require('lodash'); | ||
const { ENUM_HELP_TYPE } = require('./constants'); | ||
@@ -29,1 +30,3 @@ module.exports = (botName, actions, userArgs, msg) => { | ||
}; | ||
module.exports.ENUM_HELP_TYPE = ENUM_HELP_TYPE; |
{ | ||
"name": "@discordia/help-default", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Default help action for the discordia framework", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8cd2868c8fc2b6752e5a56aa12ff1e2601b43c74" | ||
"gitHead": "8acddd4b4c9aed09dc37fe0048914e18f2b103fa" | ||
} |
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
3113
5
28