Stegripe Monorepo Packages
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    • get options(): | Omit<
          CommandInteractionOptionResolver<CacheType>,

              | "getFocused"
              | "getSubcommand"
              | "getSubcommandGroup"
              | "getBoolean"
              | "getChannel"
              | "getString"
              | "getInteger"
              | "getNumber"
              | "getUser"
              | "getRole"
              | "getAttachment"
              | "getMentionable",
      >
      | Omit<
          CommandInteractionOptionResolver<CacheType>,

              | "getMessage"
              | "getFocused"
              | "getSubcommand"
              | "getSubcommandGroup"
              | "getBoolean"
              | "getChannel"
              | "getString"
              | "getInteger"
              | "getNumber"
              | "getRole"
              | "getAttachment"
              | "getMentionable",
      >
      | null

      Returns
          | Omit<
              CommandInteractionOptionResolver<CacheType>,

                  | "getFocused"
                  | "getSubcommand"
                  | "getSubcommandGroup"
                  | "getBoolean"
                  | "getChannel"
                  | "getString"
                  | "getInteger"
                  | "getNumber"
                  | "getUser"
                  | "getRole"
                  | "getAttachment"
                  | "getMentionable",
          >
          | Omit<
              CommandInteractionOptionResolver<CacheType>,

                  | "getMessage"
                  | "getFocused"
                  | "getSubcommand"
                  | "getSubcommandGroup"
                  | "getBoolean"
                  | "getChannel"
                  | "getString"
                  | "getInteger"
                  | "getNumber"
                  | "getRole"
                  | "getAttachment"
                  | "getMentionable",
          >
          | null

    Methods