fill changelog

This commit is contained in:
2022-05-16 14:03:27 -04:00
parent bb1856de90
commit 6b2b0b07f5
2 changed files with 18 additions and 2 deletions

View File

@@ -22,8 +22,8 @@ interface Plugin {
fun Module.setupDI(
database: Database,
params: JsonObject
)
) {}
suspend fun BehaviourContext.setupBotPlugin(
koin: Koin
)
) {}
}