Browse Source

Add and remove some versionadded directives

pull/7870/head
Rapptz 3 years ago
parent
commit
c284145f18
  1. 2
      discord/abc.py
  2. 2
      discord/interactions.py

2
discord/abc.py

@ -1416,6 +1416,8 @@ class Messageable:
.. versionadded:: 1.6 .. versionadded:: 1.6
view: :class:`discord.ui.View` view: :class:`discord.ui.View`
A Discord UI View to add to the message. A Discord UI View to add to the message.
.. versionadded:: 2.0
stickers: Sequence[Union[:class:`~discord.GuildSticker`, :class:`~discord.StickerItem`]] stickers: Sequence[Union[:class:`~discord.GuildSticker`, :class:`~discord.StickerItem`]]
A list of stickers to upload. Must be a maximum of 3. A list of stickers to upload. Must be a maximum of 3.

2
discord/interactions.py

@ -624,8 +624,6 @@ class InteractionResponse:
suppress_embeds: :class:`bool` suppress_embeds: :class:`bool`
Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``. Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``.
.. versionadded:: 2.0
Raises Raises
------- -------
HTTPException HTTPException

Loading…
Cancel
Save