From 3018fee4432c5718fe90aff61cfe4b7932b95f60 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 28 Aug 2024 15:51:17 -0400 Subject: [PATCH] Remove stale documentation in Embed.set_thumbnail --- discord/embeds.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/discord/embeds.py b/discord/embeds.py index 8b2cecb91..258ef0dfd 100644 --- a/discord/embeds.py +++ b/discord/embeds.py @@ -453,9 +453,6 @@ class Embed: This function returns the class instance to allow for fluent-style chaining. - .. versionchanged:: 1.4 - Passing ``None`` removes the thumbnail. - Parameters ----------- url: Optional[:class:`str`]