Browse Source

Document the new attribute

pull/10102/head
Soheab_ 2 months ago
parent
commit
3ca78f4679
  1. 4
      discord/message.py

4
discord/message.py

@ -2120,6 +2120,10 @@ class Message(PartialMessage, Hashable):
message_snapshots: List[:class:`MessageSnapshot`]
The message snapshots attached to this message.
.. versionadded:: 2.5
soundboard_sounds: List[Union[:class:`SoundboardSound`, :class:`SoundboardDefaultSound`]]
The soundboard sounds mentioned in this message.
.. versionadded:: 2.5
"""

Loading…
Cancel
Save