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

3 lines
117 B
Kotlin

package nl.voidcorp.discord.command
data class CommandLevel(val levelName: String, val parent: CommandLevel? = null)