seyfert
    Preparing search index...

    Class SubCommandAbstract

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    __autoload?: true
    __filePath?: string
    __t?: { description: undefined | string; name: undefined | string }
    aliases?: string[]
    botPermissions?: bigint
    contexts: InteractionContextType[] = []
    defaultMemberPermissions?: bigint
    description: string
    description_localizations?: Partial<
        Record<
            | "id"
            | "en-US"
            | "en-GB"
            | "bg"
            | "zh-CN"
            | "zh-TW"
            | "hr"
            | "cs"
            | "da"
            | "nl"
            | "fi"
            | "fr"
            | "de"
            | "el"
            | "hi"
            | "hu"
            | "it"
            | "ja"
            | "ko"
            | "lt"
            | "no"
            | "pl"
            | "pt-BR"
            | "ro"
            | "ru"
            | "es-ES"
            | "es-419"
            | "sv-SE"
            | "th"
            | "tr"
            | "uk"
            | "vi",
            string,
        >,
    >
    group?: string
    guildId?: string[]
    ignore?: IgnoreCommand
    integrationTypes: ApplicationIntegrationType[] = []
    middlewares: never[] = []
    name: string
    name_localizations?: Partial<
        Record<
            | "id"
            | "en-US"
            | "en-GB"
            | "bg"
            | "zh-CN"
            | "zh-TW"
            | "hr"
            | "cs"
            | "da"
            | "nl"
            | "fi"
            | "fr"
            | "de"
            | "el"
            | "hi"
            | "hu"
            | "it"
            | "ja"
            | "ko"
            | "lt"
            | "no"
            | "pl"
            | "pt-BR"
            | "ro"
            | "ru"
            | "es-ES"
            | "es-419"
            | "sv-SE"
            | "th"
            | "tr"
            | "uk"
            | "vi",
            string,
        >,
    >
    nsfw?: boolean
    options?: CommandOptionWithType[]
    props: ExtraProps = {}
    type: ApplicationCommandOptionType = ApplicationCommandOptionType.Subcommand

    Methods

    • Returns {
          contexts: InteractionContextType[];
          default_member_permissions: string;
          description: string;
          description_localizations:
              | undefined
              | Partial<
                  Record<
                      | "id"
                      | "en-US"
                      | "en-GB"
                      | "bg"
                      | "zh-CN"
                      | "zh-TW"
                      | "hr"
                      | "cs"
                      | "da"
                      | "nl"
                      | "fi"
                      | "fr"
                      | "de"
                      | "el"
                      | "hi"
                      | "hu"
                      | "it"
                      | "ja"
                      | "ko"
                      | "lt"
                      | "no"
                      | "pl"
                      | "pt-BR"
                      | "ro"
                      | "ru"
                      | "es-ES"
                      | "es-419"
                      | "sv-SE"
                      | "th"
                      | "tr"
                      | "uk"
                      | "vi",
                      string,
                  >,
              >;
          guild_id: undefined
          | string[];
          integration_types: ApplicationIntegrationType[];
          name: string;
          name_localizations:
              | undefined
              | Partial<
                  Record<
                      | "id"
                      | "en-US"
                      | "en-GB"
                      | "bg"
                      | "zh-CN"
                      | "zh-TW"
                      | "hr"
                      | "cs"
                      | "da"
                      | "nl"
                      | "fi"
                      | "fr"
                      | "de"
                      | "el"
                      | "hi"
                      | "hu"
                      | "it"
                      | "ja"
                      | "ko"
                      | "lt"
                      | "no"
                      | "pl"
                      | "pt-BR"
                      | "ro"
                      | "ru"
                      | "es-ES"
                      | "es-419"
                      | "sv-SE"
                      | "th"
                      | "tr"
                      | "uk"
                      | "vi",
                      string,
                  >,
              >;
          nsfw: undefined
          | boolean;
          options: APIApplicationCommandBasicOption[];
          type: number;
      }