@discordjs/core 3.0.0-dev.1737936740-3db8ce70a → 3.0.0-dev.1738066740-6df42db33
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/http-only.d.mts +1 -1
- package/dist/http-only.d.ts +1 -1
- package/dist/http-only.js +1 -1
- package/dist/http-only.js.map +1 -1
- package/dist/http-only.mjs +1 -1
- package/dist/http-only.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/http-only.d.mts
CHANGED
|
@@ -2219,7 +2219,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
|
|
|
2219
2219
|
id: string;
|
|
2220
2220
|
description: string | undefined;
|
|
2221
2221
|
}[];
|
|
2222
|
-
flags?: discord_api_types_v10.MessageFlags;
|
|
2222
|
+
flags?: discord_api_types_v10.MessageFlags | undefined;
|
|
2223
2223
|
content?: string | undefined;
|
|
2224
2224
|
tts?: boolean | undefined;
|
|
2225
2225
|
embeds?: discord_api_types_v10.APIEmbed[] | undefined;
|
package/dist/http-only.d.ts
CHANGED
|
@@ -2219,7 +2219,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
|
|
|
2219
2219
|
id: string;
|
|
2220
2220
|
description: string | undefined;
|
|
2221
2221
|
}[];
|
|
2222
|
-
flags?: discord_api_types_v10.MessageFlags;
|
|
2222
|
+
flags?: discord_api_types_v10.MessageFlags | undefined;
|
|
2223
2223
|
content?: string | undefined;
|
|
2224
2224
|
tts?: boolean | undefined;
|
|
2225
2225
|
embeds?: discord_api_types_v10.APIEmbed[] | undefined;
|
package/dist/http-only.js
CHANGED
|
@@ -3112,7 +3112,7 @@ __name(withFiles, "withFiles");
|
|
|
3112
3112
|
|
|
3113
3113
|
// src/http-only/index.ts
|
|
3114
3114
|
__reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
|
|
3115
|
-
var version = "3.0.0-dev.
|
|
3115
|
+
var version = "3.0.0-dev.1738066740-6df42db33";
|
|
3116
3116
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3117
3117
|
0 && (module.exports = {
|
|
3118
3118
|
API,
|