Skip to content

Commit

Permalink
docs: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Jul 3, 2023
1 parent 460bf99 commit 42fa8ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/1068.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Implement soundboard features.
- Sound models: :class:`PartialSoundboardSound`, :class:`SoundboardSound`, :class:`GuildSoundboardSound`.
- Managing sounds:
- Fetch soundboard sounds using :meth:`Client.fetch_default_soundboard_sounds` and :meth:`Guild.soundboard_sounds`.
- New sounds can be created with :meth:`Guild.create_soundboard_sound`.
- New attributes: :attr:`Guild.soundboard_limit`, :attr:`VoiceChannelEffect.sound`
- New events: :attr:`~Event.soundboard_sound_create`, :attr:`~Event.raw_soundboard_sound_update`, :attr:`~Event.raw_soundboard_sound_delete`

0 comments on commit 42fa8ea

Please sign in to comment.