From c284145f180eb82b9c05811f3a9a912cb21f8369 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 10 Apr 2022 17:12:56 -0400 Subject: [PATCH] Add and remove some versionadded directives --- discord/abc.py | 2 ++ discord/interactions.py | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/abc.py b/discord/abc.py index 6eb6ed546..4e4bfd8c8 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1416,6 +1416,8 @@ class Messageable: .. versionadded:: 1.6 view: :class:`discord.ui.View` A Discord UI View to add to the message. + + .. versionadded:: 2.0 stickers: Sequence[Union[:class:`~discord.GuildSticker`, :class:`~discord.StickerItem`]] A list of stickers to upload. Must be a maximum of 3. diff --git a/discord/interactions.py b/discord/interactions.py index 99deba0a1..75096e700 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -624,8 +624,6 @@ class InteractionResponse: suppress_embeds: :class:`bool` Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``. - .. versionadded:: 2.0 - Raises ------- HTTPException