Open Paillat-dev opened 1 month ago
MORE_SOUNDBOARD
guild feature flag in Guild.soundboard_limit
and Guild.features
SOUNDBOARD
guild feature flag in Guild.features
/soundboard-default-sounds
in Client.fetch_default_sounds
/guilds/{guild.id}/soundboard-sounds
in Guild.fetch_sounds
/guilds/{guild.id}/soundboard-sounds/{sound.id}
in Guild.fetch_sound
/channels/{channel.id}/send-soundboard-sound
in VoiceChannel.send_soundboard_sound
/guilds/{guild.id}/soundboard-sounds
in Guild.create_sound
/guilds/{guild.id}/soundboard-sounds/{sound.id}
in SoundboardSound.edit
/guilds/{guild.id}/soundboard-sounds/{sound.id}
in SoundboardSound.delete
on_voice_channel_effect_send
__repr__
@Lulalaby You mentioned in #2216
Note: soundboard sounds can not be dispatched by bots. Only managed.
It's curious that they documented /channels/{channel.id}/send-soundboard-sound
(https://discord.com/developers/docs/resources/soundboard#send-soundboard-sound) then... Did that change in the mean time ?
yeah, advaith changed it
There.
Also this pr might depend on #2621 as I used typing_extensions
in some places
Is there a reason soundboard gateway events weren't included?
I preferred work on it after and felt like soundboard had waited long enough before being implemented - and would for make a followup pr to add them
I preferred work on it after and felt like soundboard had waited long enough before being implemented - and would for make a followup pr to add them
gateway events aren't that difficult to implement, would take a few minutes
Also, reiterating that this pr depends on #2621 or else it would break as this pr uses typing_extensions
directly.
Summary
Soundboard
Follows up on #2321 Fixes #2216
Information
Checklist
type: ignore
comments were used, a comment is also left explaining why.