mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-09-15 13:29:46 +00:00
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1.1
|
||||
|
||||
* `Bot`:
|
||||
* Now it is possible to get bot from `koin`
|
||||
|
||||
## 2.1.0
|
||||
|
||||
* `Versions`:
|
||||
|
@@ -45,6 +45,7 @@ data class PlaguBot(
|
||||
single { config.databaseConfig.database }
|
||||
single { defaultJsonFormat }
|
||||
single { this@PlaguBot }
|
||||
single { bot }
|
||||
|
||||
includes(
|
||||
config.plugins.mapNotNull {
|
||||
|
@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
|
||||
group=dev.inmo
|
||||
version=2.1.0
|
||||
version=2.1.1
|
||||
|
Reference in New Issue
Block a user