Default Slash Command Client
Extendable coroutine based SlashCommandClient
See also
kotlinx.coroutines.CoroutineScope
Parameters
package Name
The package name where commands are located (me.example.commands)
Functions
add Check
Link copied to clipboard
get Command
Link copied to clipboard
on Command Auto Complete Event
Link copied to clipboard
open override fun onCommandAutoCompleteEvent(event: CommandAutoCompleteInteractionEvent)
Content copied to clipboard
Handled when discord send an CommandAutoCompleteInteractionEvent
on Slash Command Event
Link copied to clipboard
open override fun onSlashCommandEvent(event: SlashCommandInteractionEvent)
Content copied to clipboard
Handled when discord send an SlashCommandInteractionEvent