Skip to content

Commit

Permalink
📝 Add objects to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paillat-dev committed Oct 29, 2024
1 parent 3c1ba51 commit ea2811e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion discord/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3285,7 +3285,7 @@ class VoiceChannelEffectSendEvent:
channel: :class:`VoiceChannel`
The voice channel that the sound is being sent in.
data: :class:`dict`
The raw data sent by the gateway([#6025](https://github.com/discord/discord-api-docs/pull/6025)).
The raw data sent by the gateway.
"""

__slots__ = (
Expand Down
19 changes: 19 additions & 0 deletions docs/api/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,20 @@ Stickers
.. autoclass:: GuildSticker()
:members:

Soundboard
----------

.. attributetable:: PartialSoundboardSound

.. autoclass:: PartialSoundboardSound()
:members:

.. attributetable:: SoundboardSound

.. autoclass:: SoundboardSound()
:members:
:inherited-members:

Events
------

Expand Down Expand Up @@ -577,6 +591,11 @@ Events
.. autoclass:: RawVoiceChannelStatusUpdateEvent()
:members:

.. attributetable:: VoiceChannelEffectSendEvent

.. autoclass:: VoiceChannelEffectSendEvent()
:members:



Webhooks
Expand Down

0 comments on commit ea2811e

Please sign in to comment.