@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.
@@ -570,7 +570,7 @@ declare class ChannelsAPI {
570
570
  * @param body - The data for sending the soundboard sound
571
571
  * @param options - The options for sending the soundboard sound
572
572
  */
573
- sendSoundboardSound(channelId: Snowflake, body: RESTPostAPISoundboardSendSoundJSONBody, { auth, signal }?: Pick<RequestData, 'auth' | 'signal'>): Promise<discord_api_types_v10.APISoundboardSound>;
573
+ sendSoundboardSound(channelId: Snowflake, body: RESTPostAPISoundboardSendSoundJSONBody, { auth, signal }?: Pick<RequestData, 'auth' | 'signal'>): Promise<void>;
574
574
  /**
575
575
  * Adds a recipient to a group DM channel
576
576
  *
@@ -570,7 +570,7 @@ declare class ChannelsAPI {
570
570
  * @param body - The data for sending the soundboard sound
571
571
  * @param options - The options for sending the soundboard sound
572
572
  */
573
- sendSoundboardSound(channelId: Snowflake, body: RESTPostAPISoundboardSendSoundJSONBody, { auth, signal }?: Pick<RequestData, 'auth' | 'signal'>): Promise<discord_api_types_v10.APISoundboardSound>;
573
+ sendSoundboardSound(channelId: Snowflake, body: RESTPostAPISoundboardSendSoundJSONBody, { auth, signal }?: Pick<RequestData, 'auth' | 'signal'>): Promise<void>;
574
574
  /**
575
575
  * Adds a recipient to a group DM channel
576
576
  *
package/dist/http-only.js CHANGED
@@ -891,7 +891,7 @@ var ChannelsAPI = class {
891
891
  * @param options - The options for sending the soundboard sound
892
892
  */
893
893
  async sendSoundboardSound(channelId, body, { auth, signal } = {}) {
894
- return this.rest.post(import_v103.Routes.sendSoundboardSound(channelId), {
894
+ await this.rest.post(import_v103.Routes.sendSoundboardSound(channelId), {
895
895
  auth,
896
896
  body,
897
897
  signal
@@ -3185,7 +3185,7 @@ __name(withFiles, "withFiles");
3185
3185
 
3186
3186
  // src/http-only/index.ts
3187
3187
  __reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
3188
- var version = "3.0.0-dev.1774527161-9ade8dcc7";
3188
+ var version = "3.0.0-dev.1774785853-9b7ea5a1b";
3189
3189
  // Annotate the CommonJS export names for ESM import in node:
3190
3190
  0 && (module.exports = {
3191
3191
  API,