fill changelog

This commit is contained in:
2022-05-16 14:03:27 -04:00
parent 77ba1d686c
commit a5e7ac180d
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
)
) {}
}