AbstractDeconstructingApplicationCommandRegistryStorage
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.
For simplicity the parameter / return types of the abstract methods are all Strings.