@typed-discord/rest
    Preparing search index...

    Interface VanityURLErrorResponse

    interface VanityURLErrorResponse {
        code: number;
        message: string;
    }
    Index

    Properties

    Properties

    code: number
    message: string