Fix set_* function name
This commit is contained in:
parent
406f0ffe04
commit
c8cdb275c5
@ -471,7 +471,7 @@ class Embed:
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def set_embed(self: E, *, url: MaybeEmpty[Any]):
|
def set_thumbnail(self: E, *, url: MaybeEmpty[Any]):
|
||||||
"""Sets the thumbnail for the embed content.
|
"""Sets the thumbnail for the embed content.
|
||||||
|
|
||||||
This function returns the class instance to allow for fluent-style
|
This function returns the class instance to allow for fluent-style
|
||||||
|
Loading…
x
Reference in New Issue
Block a user