SlashCommandClient

class SlashCommandClient : EventListener, CoroutineScope

Extendable coroutine based SlashCommandClient

Parameters

packageName

The package name where commands are located (me.example.commands)

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val events: SharedFlow<GenericEvent>

Functions

Link copied to clipboard
open override fun onEvent(event: GenericEvent)