@discordia/default-help
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.2](https://github.com/mfasman95/discordia/compare/v1.2.1...v1.2.2) (2020-05-10) | ||
### Bug Fixes | ||
* **default-help:** tweak the default message formatting ([b416522](https://github.com/mfasman95/discordia/commit/b416522dc64f5ee86e740bc178b930c491d4b9cd)) | ||
## [1.0.4](https://github.com/mfasman95/discordia/compare/v1.0.3...v1.0.4) (2020-05-10) | ||
@@ -8,0 +19,0 @@ |
@@ -54,8 +54,5 @@ const DiscordiaAction = require('@discordia/action'); | ||
return `${helpMessageBuilder} | ||
------------------------- | ||
**Command**: \`${finalAccessorDescription}\` | ||
* \`${finalAccessorDescription}\` - ${description}`; | ||
}, `${messageStarter}\n`); | ||
${description}`; | ||
}, messageStarter); | ||
return helpMessage; | ||
@@ -62,0 +59,0 @@ }; |
{ | ||
"name": "@discordia/default-help", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Default help action for the discordia framework", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "12fafda30116a572ab88336771bcac9ca41ec82d" | ||
"gitHead": "a8c58ba5194503e117b66a8086cdbe0084183da3" | ||
} |
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
18404
224