@discordjs/builders 2.0.0-dev.1753185958-90b369294 → 2.0.0-dev.1753613918-c0c1ac287
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.mjs
CHANGED
|
@@ -123,7 +123,7 @@ var buttonSuccessPredicate = buttonCustomIdPredicateBase.extend({ style: z3.lite
|
|
|
123
123
|
var buttonDangerPredicate = buttonCustomIdPredicateBase.extend({ style: z3.literal(ButtonStyle.Danger) });
|
|
124
124
|
var buttonLinkPredicate = buttonPredicateBase.extend({
|
|
125
125
|
style: z3.literal(ButtonStyle.Link),
|
|
126
|
-
url: z3.url({ protocol: /^(?:https?|discord)$/ }),
|
|
126
|
+
url: z3.url({ protocol: /^(?:https?|discord)$/ }).max(512),
|
|
127
127
|
emoji: emojiPredicate.optional(),
|
|
128
128
|
label: labelPredicate
|
|
129
129
|
});
|
|
@@ -5312,7 +5312,7 @@ var MessageBuilder = class {
|
|
|
5312
5312
|
};
|
|
5313
5313
|
|
|
5314
5314
|
// src/index.ts
|
|
5315
|
-
var version = "2.0.0-dev.
|
|
5315
|
+
var version = "2.0.0-dev.1753613918-c0c1ac287";
|
|
5316
5316
|
export {
|
|
5317
5317
|
ActionRowBuilder,
|
|
5318
5318
|
AllowedMentionsBuilder,
|