fix recursionerror caused by a Pull Request

This commit is contained in:
IAmTomahawkx 2021-09-02 12:49:38 -07:00
parent f37be7961a
commit 152b61aabb

View File

@ -465,7 +465,7 @@ class Embed:
@thumbnail.deleter
def thumbnail(self):
try:
del self.thumbnail
del self._thumbnail
except AttributeError:
pass