This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 33
1.4.0 ~> 2.0.0 #815
Merged
1.4.0 ~> 2.0.0 #815
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
15 tasks
auguwu
added
enhancement
New feature or request
help wanted
Extra attention is needed
wip
This isssue is being worked on
labels
Sep 12, 2021
- Kord doesn't natively support v2, waiting for kordlib/kord#467 - Refractored API to use KTOR v1
- Switch to kord-map-cache instead of kord-redis-cache because null errors and such. :P - Try to fix an exception that response has already been sent with ratelimiting feature
- Added new Docker scripts to interact with the image, kind of pointless but I don't care. - Added conditional logic + config with Logback, so you can customize it to your liking - Switch from Array<Enum> -> Array<String> for log events (adding Array<Enum> support was painful.)
…pport for logback ✨
- Use BOMs to avoid duplicated versions - Use Gradle application plugins over shadowJar - Use precompiled buildscripts - Only apply common dependencies to common project - Make gradlew executable
Co-authored-by: marie <[email protected]>
Improve Gradle build scripts
…ag initialization code ✨
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
wip
This isssue is being worked on
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.
This is the pull request for #772, the changes will be listed here.
Major Changes
Clustering Support - There is now two ways to connect to Discord with Nino! You can use the normal Eris client or use the clustering module, but the clustering module shouldn't be used in self hosted instances! This is only for the production bots Nino#0989 and Nino Edge#4016
Thread Moderation Commands + Thread Automod - There are now new commands and new guild setting:
no-threads
andadd-threads
commands have been introduce. This can lock other users for using threads.Tags Feature - Nino has the ability to run, create, edit, delete, or recover tags! You can perform regex action, run a command (that isn't a moderation command), or for fun like a
press F
tag! More of it will be in the documentation~Argument System is reworked - The argument system for Nino has been refurbished and is now type-safe in the code and when a user executes a command! :3
Nino is now in Kotlin - Yep, I decided to pull the plug and move over towards Kotlin and Kord.
Additions
Fixes
Development Related