Bugfixes, QOL, info logging, reading squad robustness#20
Open
jacobalbano wants to merge 8 commits intonihongo-to-eigo:feature/documentation-and-qolfrom
Open
Bugfixes, QOL, info logging, reading squad robustness#20jacobalbano wants to merge 8 commits intonihongo-to-eigo:feature/documentation-and-qolfrom
jacobalbano wants to merge 8 commits intonihongo-to-eigo:feature/documentation-and-qolfrom
Conversation
- Mute, warn rapsheet, info commands now work even if the user has left the server - Added command to manually reset reading squad - Robustness and error logging for reading squad - Fixed typo in setup script - Enabled REST mode (necessary to get nonlocal user info) - Added "is typing" feedback to commands which may take time to execute
ESlint fixes (mostly indentation and line endings) NPM audit (nothing we can do about nedb's underscore vulnerability) Removed all traces of reading squad automation (now being handled by https://github.com/jacobalbano/Shisho) Removed code regarding warn role Removed everything that used kanjiAPI (uses a defunct website) Ban, warn, and mute commands now support plain IDs in addition to mentions Setup script now handles ontopic role
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A major feature of this pull request is the addition of an info log channel (#server_log on NTE ) and diagnostic messages which will be posted there in case of errors. Currently, the mute command is not applying roles correctly and the reading squad automation has started to suffer occasional glitches. Both of these areas have had info logging added to them so we can diagnose what's going on.
Itemized changes: