ottobot-v3/src/main/kotlin/nl/voidcorp/ottobot/command/CommandSource.kt

7 lines
98 B
Kotlin

package nl.voidcorp.ottobot.command
enum class CommandSource {
PRIVATE,
GUILD,
BOTH
}