Skip to content

Commit 6e2272e

Browse files
committed
📝 Fix duplicate MediaGalleryItem.url documentation
1 parent 1ce1f84 commit 6e2272e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,6 @@ def __init__(self, url, *, description=None, spoiler=False):
849849

850850
@property
851851
def url(self) -> str:
852-
"""Returns the URL of this gallery's underlying media item."""
853852
return self.media.url
854853

855854
def is_dispatchable(self) -> bool:

0 commit comments

Comments
 (0)