Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Aug 9, 2024
1 parent c661c16 commit abc1e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/1068.feature.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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`.
- Get soundboard sounds using :attr:`Guild.soundboard_sounds`, :attr:`Client.get_soundboard_sounds`, or :meth:`Client.fetch_default_soundboard_sounds`.
- New sounds can be created with :meth:`Guild.create_soundboard_sound`.
- New attributes: :attr:`Guild.soundboard_limit`, :attr:`VoiceChannelEffect.sound`
- New attributes: :attr:`Guild.soundboard_limit`, :attr:`VoiceChannelEffect.sound`, :attr:`Client.soundboard_sounds`
- New events: :attr:`~Event.soundboard_sound_create`, :attr:`~Event.raw_soundboard_sound_update`, :attr:`~Event.raw_soundboard_sound_delete`
- New audit log actions: :attr:`AuditLogAction.soundboard_sound_create`, :attr:`~AuditLogAction.soundboard_sound_update`, :attr:`~AuditLogAction.soundboard_sound_delete`

0 comments on commit abc1e6e

Please sign in to comment.