me.jakejmattson.kutils.api.dsl.conversation.Conversation.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.dsl.conversation
abstract class Conversation {
@Target(AnnotationTarget.FUNCTION)
annotation class Start
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy