Skip to content

Commit ed850c1

Browse files
committed
📝 Add objects to docs
1 parent 596937c commit ed850c1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

discord/channel.py

+1-1
Original file line numberDiff line numberDiff 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__ = (

docs/api/models.rst

+19
Original file line numberDiff line numberDiff 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+
497511
Events
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

582601
Webhooks

0 commit comments

Comments
 (0)