extensions

open suspend fun extensions(builder: suspend ExtensionsBuilder.() -> Unit)

DSL function used to configure the bot's extension options, and add extensions. Calls to this function do not run immediately, so that plugins can be loaded beforehand.

See also