@discordjs/core 3.0.0-dev.1774570043-22b820fbf → 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/http-only.d.mts +1 -1
- package/dist/http-only.d.ts +1 -1
- package/dist/http-only.js +2 -2
- package/dist/http-only.js.map +1 -1
- package/dist/http-only.mjs +2 -2
- 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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/http-only.mjs
CHANGED
|
@@ -852,7 +852,7 @@ var ChannelsAPI = class {
|
|
|
852
852
|
* @param options - The options for sending the soundboard sound
|
|
853
853
|
*/
|
|
854
854
|
async sendSoundboardSound(channelId, body, { auth, signal } = {}) {
|
|
855
|
-
|
|
855
|
+
await this.rest.post(Routes3.sendSoundboardSound(channelId), {
|
|
856
856
|
auth,
|
|
857
857
|
body,
|
|
858
858
|
signal
|
|
@@ -3172,7 +3172,7 @@ __name(withFiles, "withFiles");
|
|
|
3172
3172
|
|
|
3173
3173
|
// src/http-only/index.ts
|
|
3174
3174
|
export * from "discord-api-types/v10";
|
|
3175
|
-
var version = "3.0.0-dev.
|
|
3175
|
+
var version = "3.0.0-dev.1774785853-9b7ea5a1b";
|
|
3176
3176
|
export {
|
|
3177
3177
|
API,
|
|
3178
3178
|
ApplicationCommandsAPI,
|