-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v.2.6 #433
Merged
Release v.2.6 #433
Conversation
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
* Skipping audit logs against bot message deletions * Bugfix with broken RestAction pipeline
This adds the DiscordClientAction class, this class allows the user to generate URL's that link to items in the Discord app (a channel, settings screen, and more). Examples can be found in the class's Javadoc
* added quarantine/unquarantine commands, temp and rejoin
* Added ModAuditLogWriter as utility to write to the mod-audit-log channel * Made the TagSystem use the writer to log any changes on the tags, for example if a tag got edited * Adjusted unit tests of TagSystem to also test new writer logic Co-authored-by: Tais993 <49957334+Tais993@users.noreply.github.com>
…sages (#412) * catching and silently ignoring when an user blocked the bot and the bot cant react to their messages * logging all other unknown issues
it basically moves getName(), onButtonClick() and onSelectionMenu() from SlashCommand one level higher - so that also non-slash-commands can use it
* also added junit parametrized test dependency * removed a useless gradle dep that was duplicated
SonarCloud Quality Gate failed. |
Zabuzard
added
the
release
Marks official releases and talks about them, i.e. merges from develop to master
label
Apr 13, 2022
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.
Overview
In this release, we polish some of our commands, fix some bugs and add the scam blocker feature.
Highlights in this release are:
/tag-manage
are loggedChangelist
Commands
quarantine
and/unquarantine
for manual handling of scammers/tag-manage
changes are now logged in a channel/top-helpers
now supports selection of a monthPlatform
DiscordClientAction
, utility to work with magic Discord commandsMisc