@discordjs/core 3.0.0-dev.1774527161-9ade8dcc7 → 3.0.0-dev.1774785853-9b7ea5a1b

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 CHANGED
@@ -574,7 +574,7 @@ declare class ChannelsAPI {
574
574
  * @param body - The data for sending the soundboard sound
575
575
  * @param options - The options for sending the soundboard sound
576
576
  */
577
- sendSoundboardSound(channelId: Snowflake, body: RESTPostAPISoundboardSendSoundJSONBody, { auth, signal }?: Pick<RequestData, 'auth' | 'signal'>): Promise<discord_api_types_v10.APISoundboardSound>;
577
+ sendSoundboardSound(channelId: Snowflake, body: RESTPostAPISoundboardSendSoundJSONBody, { auth, signal }?: Pick<RequestData, 'auth' | 'signal'>): Promise<void>;
578
578
  /**
579
579
  * Adds a recipient to a group DM channel
580
580
  *
package/dist/index.d.ts CHANGED
@@ -574,7 +574,7 @@ declare class ChannelsAPI {
574
574
  * @param body - The data for sending the soundboard sound
575
575
  * @param options - The options for sending the soundboard sound
576
576
  */
577
- sendSoundboardSound(channelId: Snowflake, body: RESTPostAPISoundboardSendSoundJSONBody, { auth, signal }?: Pick<RequestData, 'auth' | 'signal'>): Promise<discord_api_types_v10.APISoundboardSound>;
577
+ sendSoundboardSound(channelId: Snowflake, body: RESTPostAPISoundboardSendSoundJSONBody, { auth, signal }?: Pick<RequestData, 'auth' | 'signal'>): Promise<void>;
578
578
  /**
579
579
  * Adds a recipient to a group DM channel
580
580
  *
package/dist/index.js CHANGED
@@ -893,7 +893,7 @@ var ChannelsAPI = class {
893
893
  * @param options - The options for sending the soundboard sound
894
894
  */
895
895
  async sendSoundboardSound(channelId, body, { auth, signal } = {}) {
896
- return this.rest.post(import_v103.Routes.sendSoundboardSound(channelId), {
896
+ await this.rest.post(import_v103.Routes.sendSoundboardSound(channelId), {
897
897
  auth,
898
898
  body,
899
899
  signal
@@ -3424,7 +3424,7 @@ __name(withFiles, "withFiles");
3424
3424
  // src/index.ts
3425
3425
  __reExport(index_exports, require("discord-api-types/v10"), module.exports);
3426
3426
  var import_util2 = require("@discordjs/util");
3427
- var version = "3.0.0-dev.1774527161-9ade8dcc7";
3427
+ var version = "3.0.0-dev.1774785853-9b7ea5a1b";
3428
3428
  // Annotate the CommonJS export names for ESM import in node:
3429
3429
  0 && (module.exports = {
3430
3430
  API,