feat: add soundboard (#10590)

* feat: add soundboard

* types(PartialSoundboardSound): add `available`

* feat(VoiceChannelEffect): add `soundboardSound` getter

* types: improve return types

* docs: requested changes

* feat: support multiple audio file types

* types(GuildSoundboardSoundCreateOptions): add `contentType`

* types: add default and guild soundboard sound

* fix: requested changes

* docs: use `@fires` tag

* docs: remove misleading tag

* chore: requested changes and missing things

* feat: add send soundboard sound options
This commit is contained in:
Danial Raza
2025-04-25 21:43:17 +02:00
committed by GitHub
parent 8e4e319c24
commit d81b4be2cd
29 changed files with 782 additions and 13 deletions

View File

@@ -76,6 +76,7 @@
"discord-api-types": "^0.38.1",
"fast-deep-equal": "3.1.3",
"lodash.snakecase": "4.1.1",
"magic-bytes.js": "^1.10.0",
"tslib": "^2.8.1",
"undici": "7.8.0"
},