Skip to content

Commit 0bfe575

Browse files
committed
📝 Fix CHANGELOG.md
1 parent 0528a8c commit 0bfe575

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ These changes are available on the `master` branch, but have not yet been releas
3636
`Permissions.use_external_sounds` and
3737
`Permissions.view_creator_monetization_analytics`.
3838
([#2620](https://github.com/Pycord-Development/pycord/pull/2620))
39-
- Added soundboard features
39+
- Added soundboard features:
4040
- Manage guild soundboard sounds with `Guild.fetch_sounds()`, `Guild.create_sound()`,
41-
`SoundboardSound.edit()`, and `SoundboardSound.delete()`
42-
- Access Discord's default sounds with `Client.fetch_default_sounds()`
43-
- Play sounds in voice channels with `VoiceChannel.send_soundboard_sound()`
44-
- New `on_voice_channel_effect_send` event for sound and emoji effects
41+
`SoundboardSound.edit()`, and `SoundboardSound.delete()`.
42+
- Access Discord's default sounds with `Client.fetch_default_sounds()`.
43+
- Play sounds in voice channels with `VoiceChannel.send_soundboard_sound()`.
44+
- New `on_voice_channel_effect_send` event for sound and emoji effects.
4545
- Soundboard limits based on guild premium tier (8-48 slots) in
46-
`Guild.soundboard_limit`
46+
`Guild.soundboard_limit`.
4747
([#2623](https://github.com/Pycord-Development/pycord/pull/2623))
4848

4949
### Fixed

0 commit comments

Comments
 (0)