Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/gradle/develop/ch.qos.logback-…
Browse files Browse the repository at this point in the history
…logback-classic-1.5.3
  • Loading branch information
NoComment1105 committed Apr 2, 2024
2 parents 0357b01 + fbfcde5 commit 2a3bb23
Show file tree
Hide file tree
Showing 11 changed files with 681 additions and 665 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@ If you're looking to set up a development environment for Lily, try our [develop
Lily makes use of the following tools and frameworks.
* [Kord](https://github.com/kordlib/kord), the Kotlin API for Discord.
* [KordEx](https://github.com/Kord-Extensions/kord-extensions), an integrated commands and extensions framework for Kord.
* KordEx's [Phishing](https://github.com/Kord-Extensions/kord-extensions/tree/develop/extra-modules/extra-phishing), [PluralKit](https://github.com/Kord-Extensions/kord-extensions/tree/develop/extra-modules/extra-pluralkit) and [Unsafe](https://github.com/Kord-Extensions/kord-extensions/tree/develop/modules/unsafe) modules.
* KordEx's [Phishing](https://github.com/Kord-Extensions/kord-extensions/tree/root/extra-modules/extra-phishing), [PluralKit](https://github.com/Kord-Extensions/kord-extensions/tree/root/extra-modules/extra-pluralkit), [Unsafe](https://github.com/Kord-Extensions/kord-extensions/tree/develop/modules/unsafe) and [Welcome Channel](https://github.com/Kord-Extensions/kord-extensions/tree/root/extra-modules/extra-welcome) modules.
* [MongoDB](https://www.mongodb.com/) and [KMongo](https://litote.org/kmongo/)
to manage the database.
* [Logback](https://github.com/qos-ch/logback), a library that makes logging prettier
* [Kotlin Logging](https://github.com/MicroUtils/kotlin-logging), a lightweight logging that wraps SLF4J with kotlin extensions
* [Github-API](https://github.com/hub4j/github-api), the API utilized by the GitHub commands
* [Shadow Gradle Plugin](https://github.com/johnrengelman/shadow), a tool which allows us to make a big fatjar containing all dependencies
* [detekt](https://detekt.dev/index.html), a static code analysis tool for the Kotlin programming language. This helps us keep our code clean and nicely formatted.
* [Cozy's Welcome channel module](https://github.com/QuiltMC/cozy-discord/tree/root/module-welcome) made by our friends at [QuiltMC](https://quiltmc.org/)
* [Discord Moderator Actions](https://github.com/NoComment1105/discord-moderation-actions), a library for making moderation commands easier, through the use of DSL.
* [Doc-generator](https://github.com/HyacinthBots/doc-generator), our in-house documentation generator for KordEx bots

#### Contributing
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ dependencies {
// KMongo
implementation(libs.kmongo)

implementation(libs.dma)
implementation(libs.docgenerator)
}

Expand Down

0 comments on commit 2a3bb23

Please sign in to comment.