@discordjs/builders 1.8.2-dev.1716595776-a468ae8bb → 1.8.2-dev.1717114184-29a50bb47

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
@@ -1025,31 +1025,31 @@ interface MappedComponentTypes {
1025
1025
  */
1026
1026
  [ComponentType.ActionRow]: ActionRowBuilder<AnyComponentBuilder>;
1027
1027
  /**
1028
- * The button component type is associated with an {@link ButtonBuilder}.
1028
+ * The button component type is associated with a {@link ButtonBuilder}.
1029
1029
  */
1030
1030
  [ComponentType.Button]: ButtonBuilder;
1031
1031
  /**
1032
- * The string select component type is associated with an {@link StringSelectMenuBuilder}.
1032
+ * The string select component type is associated with a {@link StringSelectMenuBuilder}.
1033
1033
  */
1034
1034
  [ComponentType.StringSelect]: StringSelectMenuBuilder;
1035
1035
  /**
1036
- * The text inpiut component type is associated with an {@link TextInputBuilder}.
1036
+ * The text input component type is associated with a {@link TextInputBuilder}.
1037
1037
  */
1038
1038
  [ComponentType.TextInput]: TextInputBuilder;
1039
1039
  /**
1040
- * The user select component type is associated with an {@link UserSelectMenuBuilder}.
1040
+ * The user select component type is associated with a {@link UserSelectMenuBuilder}.
1041
1041
  */
1042
1042
  [ComponentType.UserSelect]: UserSelectMenuBuilder;
1043
1043
  /**
1044
- * The role select component type is associated with an {@link RoleSelectMenuBuilder}.
1044
+ * The role select component type is associated with a {@link RoleSelectMenuBuilder}.
1045
1045
  */
1046
1046
  [ComponentType.RoleSelect]: RoleSelectMenuBuilder;
1047
1047
  /**
1048
- * The mentionable select component type is associated with an {@link MentionableSelectMenuBuilder}.
1048
+ * The mentionable select component type is associated with a {@link MentionableSelectMenuBuilder}.
1049
1049
  */
1050
1050
  [ComponentType.MentionableSelect]: MentionableSelectMenuBuilder;
1051
1051
  /**
1052
- * The channel select component type is associated with an {@link ChannelSelectMenuBuilder}.
1052
+ * The channel select component type is associated with a {@link ChannelSelectMenuBuilder}.
1053
1053
  */
1054
1054
  [ComponentType.ChannelSelect]: ChannelSelectMenuBuilder;
1055
1055
  }
package/dist/index.d.ts CHANGED
@@ -1025,31 +1025,31 @@ interface MappedComponentTypes {
1025
1025
  */
1026
1026
  [ComponentType.ActionRow]: ActionRowBuilder<AnyComponentBuilder>;
1027
1027
  /**
1028
- * The button component type is associated with an {@link ButtonBuilder}.
1028
+ * The button component type is associated with a {@link ButtonBuilder}.
1029
1029
  */
1030
1030
  [ComponentType.Button]: ButtonBuilder;
1031
1031
  /**
1032
- * The string select component type is associated with an {@link StringSelectMenuBuilder}.
1032
+ * The string select component type is associated with a {@link StringSelectMenuBuilder}.
1033
1033
  */
1034
1034
  [ComponentType.StringSelect]: StringSelectMenuBuilder;
1035
1035
  /**
1036
- * The text inpiut component type is associated with an {@link TextInputBuilder}.
1036
+ * The text input component type is associated with a {@link TextInputBuilder}.
1037
1037
  */
1038
1038
  [ComponentType.TextInput]: TextInputBuilder;
1039
1039
  /**
1040
- * The user select component type is associated with an {@link UserSelectMenuBuilder}.
1040
+ * The user select component type is associated with a {@link UserSelectMenuBuilder}.
1041
1041
  */
1042
1042
  [ComponentType.UserSelect]: UserSelectMenuBuilder;
1043
1043
  /**
1044
- * The role select component type is associated with an {@link RoleSelectMenuBuilder}.
1044
+ * The role select component type is associated with a {@link RoleSelectMenuBuilder}.
1045
1045
  */
1046
1046
  [ComponentType.RoleSelect]: RoleSelectMenuBuilder;
1047
1047
  /**
1048
- * The mentionable select component type is associated with an {@link MentionableSelectMenuBuilder}.
1048
+ * The mentionable select component type is associated with a {@link MentionableSelectMenuBuilder}.
1049
1049
  */
1050
1050
  [ComponentType.MentionableSelect]: MentionableSelectMenuBuilder;
1051
1051
  /**
1052
- * The channel select component type is associated with an {@link ChannelSelectMenuBuilder}.
1052
+ * The channel select component type is associated with a {@link ChannelSelectMenuBuilder}.
1053
1053
  */
1054
1054
  [ComponentType.ChannelSelect]: ChannelSelectMenuBuilder;
1055
1055
  }
package/dist/index.js CHANGED
@@ -2760,7 +2760,7 @@ function embedLength(data) {
2760
2760
  __name(embedLength, "embedLength");
2761
2761
 
2762
2762
  // src/index.ts
2763
- var version = "1.8.2-dev.1716595776-a468ae8bb";
2763
+ var version = "1.8.2-dev.1717114184-29a50bb47";
2764
2764
  // Annotate the CommonJS export names for ESM import in node:
2765
2765
  0 && (module.exports = {
2766
2766
  ActionRowBuilder,