Package-level declarations
Types
Link copied to clipboard
abstract class AbstractDeconstructingApplicationCommandRegistryStorage<T : ApplicationCommand<*>> : RegistryStorage<Snowflake, T>
Abstract class which can be used to implement a simple networked key-value based registry storage for ApplicationCommands.
Link copied to clipboard
Default "local" implementation of RegistryStorage which internally uses a mutableMap.
Link copied to clipboard
Interface for interaction based registries like ComponentRegistry and ApplicationCommandRegistry.