ubot.plugins.commands.0.23.0.source-code.KoinCommandKeeperGetters.kt Maven / Gradle / Ivy
package dev.inmo.plagubot.plugins.commands
import org.koin.core.Koin
import org.koin.core.scope.Scope
val Scope.commandsKeeper
get() = get()
val Koin.commandsKeeper
get() = get()