me.jakejmattson.kutils.api.annotations.CommandSet.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of KUtils Show documentation
Show all versions of KUtils Show documentation
A Discord bot framework for Kotlin.
package me.jakejmattson.kutils.api.annotations
@Target(AnnotationTarget.FUNCTION)
annotation class CommandSet(val category: String = "uncategorized")
© 2015 - 2024 Weber Informatics LLC | Privacy Policy