-
-
Couldn't load subscription status.
- Fork 101
Release v3.8 #638
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
Merged
Parent:
Bump JDA version to 324
Merged
Release v3.8 #638
Conversation
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
* also adjusted docker example
* Remove unused imports with spotless * Fix files not ending with a new line with spotless * Add TODO so our crimes cannot be forgotten * Fix import order with spotless Order imports automatically in this order: external dependecies, internal org.togetherjava classes, java and static imports. Since that's the ordering we have been using so far.
* Adding stacktraces to discord logs * Improvements to readability of stacktrace
* pin first message to help threads * added pinFirstMessage method * fixed return value * code fixes * warn logger * used proper method Co-authored-by: Tais993 <[email protected]> * removed useless method * removed unused import(s) * proper ordering Co-authored-by: Tais993 <[email protected]>
* Replaced overview message to embed This more than doubles the allowed total of open questions possible. This closes #533
* Use slash-command mentions Co-authored-by: Tanish Azad <[email protected]> Co-authored-by: Tais993 <[email protected]>
* Moved abbreviate into dedicated class, with unit test * reduced size of top helper result * limit long user names * move description before table * reduce amount of helpers listed * spotless
Guild#ban(User, int, String) no longer exists
* Fixed issue with closing already closed threads on guild leave
* Added ComponentIdInteractor as delegate * use delegate in adapter * minor adjustment * renamed getType() to getInteractionType() * CR improvements (Tais) * spotless
* Fixed some exceptional issues from CR * fixing issue with hitting max length 6000 by extra shortening * sending a warning to discord when nearing the pending logs limit * typo
Co-authored-by: Nxllpointer <[email protected]>
Bumps gradle-jooq-plugin from 6.0.1 to 7.1.1. --- updated-dependencies: - dependency-name: nu.studer:gradle-jooq-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps gradle-plugin-publishing from 7.15.0 to 9.4.0. --- updated-dependencies: - dependency-name: gradle.plugin.org.flywaydb:gradle-plugin-publishing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Kudos, SonarCloud Quality Gate passed! |
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
Features:
/tag(added auto-complete for tag command #598) @Taz03Bugfixes:
TopHelpersCommandmessage is too long (TopHelpersCommand message is too long #614) @ZabuzardPlatform:
ComponentIdInteractordelegate (Added ComponentIdInteractor delegate #588) @ZabuzardModerationUtils(Fix javadoc link in ModerationUtils #624) @Taz03DiscordClientAction(Added missing Javadoc to DiscordClientAction #613) @Zabuzard