Make Embed.image and Embed.thumbnail full-featured properties #13

Merged
paris-ci merged 2 commits from rework_set_in_embeds into 2.0 2021-09-01 02:24:57 +00:00
Showing only changes of commit c8cdb275c5 - Show all commits

View File

@@ -471,7 +471,7 @@ class Embed:
except AttributeError:
pass
def set_embed(self: E, *, url: MaybeEmpty[Any]):
def set_thumbnail(self: E, *, url: MaybeEmpty[Any]):
"""Sets the thumbnail for the embed content.
This function returns the class instance to allow for fluent-style