Changelog module #3
stevenjwheeler
started this conversation in
Share your modules!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This module takes information from a changelog.json file and outputs it to the user as an embed, neatly formatted.
It can be used to create custom changelogs that can be viewed using the /changelog command!
It requires a changelog.json file in the modules-dependencies/changelog directory using the following format:
{
"CHANGE_NAME": "CHANGE_DESCRIPTION",
"CHANGE_NAME": "CHANGE_DESCRIPTION"
}
The changelog module supports up to 25 individual entries.
Changelog.js: https://gist.github.com/robotprobot/320ac88f44b68d7c9644b44975317057
Example output:

Beta Was this translation helpful? Give feedback.
All reactions