mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-12-05 22:06:02 +00:00
12 lines
223 B
Kotlin
12 lines
223 B
Kotlin
package dev.inmo.plagubot
|
|
|
|
import org.jetbrains.exposed.sql.Database
|
|
import org.koin.core.Koin
|
|
import org.koin.core.scope.Scope
|
|
|
|
val Scope.database: Database
|
|
get() = get()
|
|
|
|
val Koin.database: Database
|
|
get() = get()
|