File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3285,7 +3285,7 @@ class VoiceChannelEffectSendEvent:
3285
3285
channel: :class:`VoiceChannel`
3286
3286
The voice channel that the sound is being sent in.
3287
3287
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.
3289
3289
"""
3290
3290
3291
3291
__slots__ = (
Original file line number Diff line number Diff line change @@ -494,6 +494,20 @@ Stickers
494
494
.. autoclass :: GuildSticker()
495
495
:members:
496
496
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
+
497
511
Events
498
512
------
499
513
@@ -577,6 +591,11 @@ Events
577
591
.. autoclass :: RawVoiceChannelStatusUpdateEvent()
578
592
:members:
579
593
594
+ .. attributetable :: VoiceChannelEffectSendEvent
595
+
596
+ .. autoclass :: VoiceChannelEffectSendEvent()
597
+ :members:
598
+
580
599
581
600
582
601
Webhooks
You can’t perform that action at this time.
0 commit comments