-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.6.2: allow message edits, code restructure, and bug fixes (#33)
* add ability for users to edit their embeds (#29) set "editOnMsgUpdate" to true in settings.json * remove console.log (oops) * change editOnMsgUpdate to editMsgGracePeriod editMsgGracePeriod defines how long (in seconds) one can edit a message and it update on the board * fix msg undefined error * fix issue where custom emojis would not fetch correctly on msg edit * Update README.md (#32) * Update README.md added to setting.json readme - editMsgGracePeriod - editOnMsgUpdate Added to table with explaination (might need to be checked my english is bad. ) * Update README.md Updated with Changes recommended by Naexris * finalize v1.6.2 --------- Co-authored-by: Mazmol <38956955+Mazmol@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
149 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters