
com.freya02.botcommands.internal.commands.prefixed.TopLevelTextCommandInfo.kt Maven / Gradle / Ivy
package com.freya02.botcommands.internal.commands.prefixed
import com.freya02.botcommands.api.commands.prefixed.builder.TopLevelTextCommandBuilder
class TopLevelTextCommandInfo(
builder: TopLevelTextCommandBuilder
) : TextCommandInfo(builder, null) {
val category: String = builder.category
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy