File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3285,7 +3285,7 @@ class VoiceChannelEffectSendEvent:
32853285 channel: :class:`VoiceChannel`
32863286 The voice channel that the sound is being sent in.
32873287 data: :class:`dict`
3288- The raw data sent by the gateway([#6025](https://github.com/discord/discord-api-docs/pull/6025)) .
3288+ The raw data sent by the gateway.
32893289 """
32903290
32913291 __slots__ = (
Original file line number Diff line number Diff line change @@ -494,6 +494,20 @@ Stickers
494494.. autoclass :: GuildSticker()
495495 :members:
496496
497+ Soundboard
498+ ----------
499+
500+ .. attributetable :: PartialSoundboardSound
501+
502+ .. autoclass :: PartialSoundboardSound()
503+ :members:
504+
505+ .. attributetable :: SoundboardSound
506+
507+ .. autoclass :: SoundboardSound()
508+ :members:
509+ :inherited-members:
510+
497511Events
498512------
499513
@@ -577,6 +591,11 @@ Events
577591.. autoclass :: RawVoiceChannelStatusUpdateEvent()
578592 :members:
579593
594+ .. attributetable :: VoiceChannelEffectSendEvent
595+
596+ .. autoclass :: VoiceChannelEffectSendEvent()
597+ :members:
598+
580599
581600
582601Webhooks
You can’t perform that action at this time.
0 commit comments