EnumValuesSupplier

fun interface EnumValuesSupplier<E : Enum<E>>(source)

Retrieves the enum entries to be pushed to the provided scope.

See also

Functions

Link copied to clipboard
abstract fun get(guild: Guild?): Collection<E>