hoshimi
    Preparing search index...

    Interface SourceRegistration

    Registration options for a source.

    interface SourceRegistration {
        name?: RegistrySourceName;
        protocol?: SourceProtocol;
        source: RegistrySearchSource;
    }
    Index

    Properties

    Optional track source name that resolves to the search source.

    protocol?: SourceProtocol

    Protocol used when creating lavalink identifiers.

    "colon"
    

    Search source prefix used by Lavalink.