From 42fa8ea11c16f370479f91ab88a747531fb87189 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Mon, 3 Jul 2023 15:39:53 +0200 Subject: [PATCH] docs: add changelog entry --- changelog/1068.feature.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/1068.feature.rst diff --git a/changelog/1068.feature.rst b/changelog/1068.feature.rst new file mode 100644 index 0000000000..53fc256aeb --- /dev/null +++ b/changelog/1068.feature.rst @@ -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`