@discordjs/core 1.2.0-dev.1713658226-4ad285804 → 1.2.0-dev.1714263069-798f28cb9

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.
@@ -1800,6 +1800,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
1800
1800
  embeds?: discord_api_types_v10.APIEmbed[] | undefined;
1801
1801
  allowed_mentions?: discord_api_types_v10.APIAllowedMentions | undefined;
1802
1802
  components?: discord_api_types_v10.APIActionRowComponent<discord_api_types_v10.APIMessageActionRowComponent>[] | undefined;
1803
+ poll?: discord_api_types_v10.RESTAPIPollCreate | undefined;
1803
1804
  applied_tags?: string[] | undefined;
1804
1805
  thread_name?: string | undefined;
1805
1806
  };
@@ -1800,6 +1800,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
1800
1800
  embeds?: discord_api_types_v10.APIEmbed[] | undefined;
1801
1801
  allowed_mentions?: discord_api_types_v10.APIAllowedMentions | undefined;
1802
1802
  components?: discord_api_types_v10.APIActionRowComponent<discord_api_types_v10.APIMessageActionRowComponent>[] | undefined;
1803
+ poll?: discord_api_types_v10.RESTAPIPollCreate | undefined;
1803
1804
  applied_tags?: string[] | undefined;
1804
1805
  thread_name?: string | undefined;
1805
1806
  };
package/dist/http-only.js CHANGED
@@ -2654,7 +2654,7 @@ __name(withFiles, "withFiles");
2654
2654
 
2655
2655
  // src/http-only/index.ts
2656
2656
  __reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
2657
- var version = "1.2.0-dev.1713658226-4ad285804";
2657
+ var version = "1.2.0-dev.1714263069-798f28cb9";
2658
2658
  // Annotate the CommonJS export names for ESM import in node:
2659
2659
  0 && (module.exports = {
2660
2660
  API,