Skip to content

Commit ec00495

Browse files
committed
📝 CHANGELOG.md
1 parent ed850c1 commit ec00495

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ These changes are available on the `master` branch, but have not yet been releas
3030
([#2587](https://github.com/Pycord-Development/pycord/pull/2587/))
3131
- Added optional `filter` parameter to `utils.basic_autocomplete()`.
3232
([#2590](https://github.com/Pycord-Development/pycord/pull/2590))
33+
- Added soundboard support :tada:
34+
- Manage guild soundboard sounds with `Guild.fetch_sounds()`, `Guild.create_sound()`,
35+
`SoundboardSound.edit()`, and `SoundboardSound.delete()`
36+
- Access Discord's default sounds with `Client.fetch_default_sounds()`
37+
- Play sounds in voice channels with `VoiceChannel.send_soundboard_sound()`
38+
- New `on_voice_channel_effect_send` event for sound and emoji effects
39+
- Soundboard limits based on guild premium tier (8-48 slots) in
40+
`Guild.soundboard_limit`
41+
([#2623](https://github.com/Pycord-Development/pycord/pull/2623))
3342

3443
### Fixed
3544

0 commit comments

Comments
 (0)