DefaultEmbedSupplier

@InterfacedService(acceptMultiple = false)
interface DefaultEmbedSupplier(source)

Interface for embeds requested by getDefaultEmbed, aiming to reduce boilerplate. This embed is also used in the default help command.

Returns an empty EmbedBuilder by default.

Usage: Register your instance as a service with BService or any annotation that enables your class for dependency injection.

See also

@InterfacedService

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun get(): @NotNull EmbedBuilder