Package-level declarations

Types

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 RegistryStorage<K, T>

Interface for interaction based registries like ComponentRegistry and ApplicationCommandRegistry.