feat: Koin integration

This commit is contained in:
Ahmad Ansori Palembani 2025-05-24 08:38:26 +07:00
parent b22cf439ad
commit 26e5ba9e85
7 changed files with 131 additions and 17 deletions

View file

@ -8,10 +8,6 @@ import org.koin.core.context.GlobalContext.startKoin
suspend fun main() {
startKoin {
modules(appModule)
}
bot {
Logger.setTag("Tsukumogami")