LoadedCommand
LoadedCommand
Represents a loaded command with its metadata and configuration.
Signature
interface LoadedCommand {
    discordId: string | null;
    command: Command;
    metadata: CommandMetadata;
    data: AppCommand;
}
Represents a loaded command with its metadata and configuration.
interface LoadedCommand {
    discordId: string | null;
    command: Command;
    metadata: CommandMetadata;
    data: AppCommand;
}