LavaKordJDA

Bridge between LavaKord and JDA.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open lateinit override var jda: JDA

the JDA instance that has been built

Link copied to clipboard
open override val lavakord: LavaKord

The LavaKord instance that for this JDA/ShardManager.

Functions

Link copied to clipboard
open operator fun component1(): LavaKord

Destructuring accessor for lavakord.

Link copied to clipboard
open operator fun component2(): JDA

Destructuring accessor for jda.

Link copied to clipboard
open override fun onEvent(event: GenericEvent)
Link copied to clipboard
open override fun onVoiceServerUpdate(update: VoiceDispatchInterceptor.VoiceServerUpdate)
Link copied to clipboard
open override fun onVoiceStateUpdate(update: VoiceDispatchInterceptor.VoiceStateUpdate): Boolean