@discordjs/builders 2.0.0-dev.1783254248-7afe2015c → 2.0.0-dev.1784246195-c73e2a76d
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -307,7 +307,7 @@ var selectMenuBasePredicate = import_zod3.z.object({
|
|
|
307
307
|
id: idPredicate,
|
|
308
308
|
placeholder: import_zod3.z.string().max(150).optional(),
|
|
309
309
|
min_values: import_zod3.z.number().min(0).max(25).optional(),
|
|
310
|
-
max_values: import_zod3.z.number().min(
|
|
310
|
+
max_values: import_zod3.z.number().min(1).max(25).optional(),
|
|
311
311
|
custom_id: customIdPredicate,
|
|
312
312
|
disabled: import_zod3.z.boolean().optional()
|
|
313
313
|
});
|
|
@@ -6033,7 +6033,7 @@ var MessageBuilder = class {
|
|
|
6033
6033
|
};
|
|
6034
6034
|
|
|
6035
6035
|
// src/index.ts
|
|
6036
|
-
var version = "2.0.0-dev.
|
|
6036
|
+
var version = "2.0.0-dev.1784246195-c73e2a76d";
|
|
6037
6037
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6038
6038
|
0 && (module.exports = {
|
|
6039
6039
|
ActionRowBuilder,
|