AboutBuilder

Builder used for configuring the information provided by the "about" chat/slash command.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun copyright(name: String, license: String, type: CopyrightType, url: String? = null)
Link copied to clipboard
suspend fun general(builder: suspend Section.() -> Unit)
Link copied to clipboard
open override fun getKoin(): Koin

Get the associated Koin instance.

Link copied to clipboard
suspend fun section(name: Key, description: Key, builder: suspend Section.() -> Unit)
suspend fun section(name: String, description: String, builder: suspend Section.() -> Unit)