LJDA

interface LJDA : LavakordJdaBase

Result of a JDA Lavakord builder.

Inheritors

Properties

Link copied to clipboard
abstract val jda: JDA

the JDA instance that got built

Link copied to clipboard
abstract val lavakord: LavaKord

The LavaKord that got built

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.