Interfacecorev0.1.0-next.5
SlashOptionRegistry
Maps each slash route string to its option table. Populated by seedcord codegenseedcord codegen, which reads every command's toJSON()toJSON() and emits a declare module '@seedcord/gateway'declare module '@seedcord/gateway' augmentation, so keyof SlashOptionRegistrykeyof SlashOptionRegistry is the compile-time union of every registered route. Do not augment it by hand, run seedcord codegenseedcord codegen.
interface SlashOptionRegistryinterface SlashOptionRegistry