ottobotv2/src/main/kotlin/nl/voidcorp/discord/command/CommandResult.kt

10 lines
133 B
Kotlin
Raw Normal View History

2019-05-20 23:10:28 +02:00
package nl.voidcorp.discord.command
enum class CommandResult {
SUCCESS,
ERROR,
PERMISSIONS,
NOPE,
PARAMETERS,
}