@discordia/framework
Advanced tools
Comparing version 0.2.2 to 0.2.3-alpha.0
@@ -215,4 +215,4 @@ const { isString, isArray, isFunction, isBoolean, isNull } = require('lodash'); | ||
* @param {Array<string>} userArgs Everything in the message after the userAction as an Array | ||
* @param {any} msg The discord.js message object that triggered this action | ||
* - https://discord.js.org/#/docs/main/stable/class/Message | ||
* @param {any} msg The <a href="https://discord.js.org/#/docs/main/stable/class/Message">discord.js | ||
* message object</a> that triggered this action | ||
* @memberof DiscordiaFramework | ||
@@ -253,5 +253,4 @@ */ | ||
* as a missing action. | ||
* | ||
* @param {any} msg The discord.js message object that triggered this action | ||
* - https://discord.js.org/#/docs/main/stable/class/Message | ||
* @param {any} msg The <a href="https://discord.js.org/#/docs/main/stable/class/Message">discord.js | ||
* message object</a> that triggered this action | ||
* @returns {boolean} Returns whether or not the action was handled | ||
@@ -258,0 +257,0 @@ * @memberof DiscordiaFramework |
{ | ||
"name": "@discordia/framework", | ||
"version": "0.2.2", | ||
"version": "0.2.3-alpha.0", | ||
"description": "The main discordia framework", | ||
@@ -30,5 +30,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@discordia/action": "^0.2.2", | ||
"@discordia/action": "^0.2.3-alpha.0", | ||
"@discordia/debug": "^0.2.2", | ||
"@discordia/default-help": "^0.2.2", | ||
"@discordia/default-help": "^0.2.3-alpha.0", | ||
"chalk": "^4.0.0", | ||
@@ -46,3 +46,3 @@ "discord.js": "^12.2.0", | ||
}, | ||
"gitHead": "b61be01e1535487da19f2cf6513d3444439e40d2" | ||
"gitHead": "297e2ba276becdfc8be11e90d2459fe50f212682" | ||
} |
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
36923
582