Companion
object Companion : EventDispatcherFeature<ChatCommands.Config, ChatCommands>
Content copied to clipboard
Adds the functionality to the DiscordClient to easily listen to and parse user commands. Must be configured with command prefix and commands.
Functions
checkRequiredFeatures
Link copied to clipboard
install
Link copied to clipboard
open suspend override fun EventDispatcher.install(scope: CoroutineScope, configuration: ChatCommands.Config.() -> Unit): ChatCommands
Content copied to clipboard
Feature installation script
Properties
Sources
jvm source
Link copied to clipboard