@discordjs/builders 2.0.0-dev.1728691888-960a80dba → 2.0.0-dev.1729080293-62fb9de9c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -7094,6 +7094,11 @@ declare abstract class CommandBuilder<Command extends RESTPostAPIApplicationComm
7094
7094
  declare const ChatInputCommandBuilder_base: ts_mixer_dist_types_types_js.Class<any[], CommandBuilder<RESTPostAPIChatInputApplicationCommandsJSONBody> & SharedChatInputCommandOptions & SharedNameAndDescription & SharedChatInputCommandSubcommands, (abstract new () => CommandBuilder<RESTPostAPIChatInputApplicationCommandsJSONBody>) & typeof SharedChatInputCommandOptions & typeof SharedNameAndDescription & typeof SharedChatInputCommandSubcommands>;
7095
7095
  /**
7096
7096
  * A builder that creates API-compatible JSON data for chat input commands.
7097
+ *
7098
+ * @mixes CommandBuilder<RESTPostAPIChatInputApplicationCommandsJSONBody>
7099
+ * @mixes SharedChatInputCommandOptions
7100
+ * @mixes SharedNameAndDescription
7101
+ * @mixes SharedChatInputCommandSubcommands
7097
7102
  */
7098
7103
  declare class ChatInputCommandBuilder extends ChatInputCommandBuilder_base {
7099
7104
  /**
package/dist/index.d.ts CHANGED
@@ -7094,6 +7094,11 @@ declare abstract class CommandBuilder<Command extends RESTPostAPIApplicationComm
7094
7094
  declare const ChatInputCommandBuilder_base: ts_mixer_dist_types_types_js.Class<any[], CommandBuilder<RESTPostAPIChatInputApplicationCommandsJSONBody> & SharedChatInputCommandOptions & SharedNameAndDescription & SharedChatInputCommandSubcommands, (abstract new () => CommandBuilder<RESTPostAPIChatInputApplicationCommandsJSONBody>) & typeof SharedChatInputCommandOptions & typeof SharedNameAndDescription & typeof SharedChatInputCommandSubcommands>;
7095
7095
  /**
7096
7096
  * A builder that creates API-compatible JSON data for chat input commands.
7097
+ *
7098
+ * @mixes CommandBuilder<RESTPostAPIChatInputApplicationCommandsJSONBody>
7099
+ * @mixes SharedChatInputCommandOptions
7100
+ * @mixes SharedNameAndDescription
7101
+ * @mixes SharedChatInputCommandSubcommands
7097
7102
  */
7098
7103
  declare class ChatInputCommandBuilder extends ChatInputCommandBuilder_base {
7099
7104
  /**
package/dist/index.js CHANGED
@@ -3071,7 +3071,7 @@ var EmbedBuilder = class {
3071
3071
  };
3072
3072
 
3073
3073
  // src/index.ts
3074
- var version = "2.0.0-dev.1728691888-960a80dba";
3074
+ var version = "2.0.0-dev.1729080293-62fb9de9c";
3075
3075
  // Annotate the CommonJS export names for ESM import in node:
3076
3076
  0 && (module.exports = {
3077
3077
  ActionRowBuilder,