DefaultEmbedFooterIconSupplier

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

Interface for embed footer icons requested by BaseCommandEvent.getDefaultIconStream.

Returns null by default.

Usage: Register your instance as a service with BService.

See also

@InterfacedService

Functions

Link copied to clipboard
abstract fun get(): InputStream?