DefaultEmbedFooterIconSupplier

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

Interface for embed footer icons requested by getDefaultIconStream.

Returns null 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(): @Nullable InputStream