@discordjs/builders 2.0.0-dev.1748174701-c1f5bb2fb → 2.0.0-dev.1748347541-2c35084ec
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 +1 -11
- package/dist/index.d.ts +1 -11
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -5163,7 +5163,7 @@ var MessageBuilder = class {
|
|
|
5163
5163
|
};
|
|
5164
5164
|
|
|
5165
5165
|
// src/index.ts
|
|
5166
|
-
var version = "2.0.0-dev.
|
|
5166
|
+
var version = "2.0.0-dev.1748347541-2c35084ec";
|
|
5167
5167
|
export {
|
|
5168
5168
|
ActionRowBuilder,
|
|
5169
5169
|
AllowedMentionsBuilder,
|
|
@@ -5285,7 +5285,6 @@ export {
|
|
|
5285
5285
|
textInputPredicate,
|
|
5286
5286
|
thumbnailPredicate,
|
|
5287
5287
|
userCommandPredicate,
|
|
5288
|
-
validate,
|
|
5289
5288
|
version
|
|
5290
5289
|
};
|
|
5291
5290
|
//# sourceMappingURL=index.mjs.map
|