Interface ConstructorDocCommentOptions

interface ConstructorDocCommentOptions {
    guildID?: string;
}

Properties

Properties

guildID?: string