Remove return and setter docstring
This commit is contained in:
parent
31f8813665
commit
09a75eb78e
@ -455,9 +455,6 @@ class Embed:
|
||||
|
||||
@thumbnail.setter
|
||||
def thumbnail(self: E, url: Any):
|
||||
"""Sets the thumbnail for the embed content.
|
||||
"""
|
||||
|
||||
if url is EmptyEmbed:
|
||||
del self._thumbnail
|
||||
else:
|
||||
@ -465,8 +462,6 @@ class Embed:
|
||||
'url': str(url),
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
@thumbnail.deleter
|
||||
def thumbnail(self):
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user