Menu
data class Menu(pages: MutableList<EmbedBuilder>, buttons: MutableList<MutableList<DktButton>>)
Content copied to clipboard
Contains menu data and navigation functions.
Constructors
Link copied to clipboard
fun Menu(pages: MutableList<EmbedBuilder>, buttons: MutableList<MutableList<DktButton>>)
Content copied to clipboard