Browse Source

more unpack

pull/10166/head
DA344 1 month ago
committed by GitHub
parent
commit
038ca4a09c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/ui/media_gallery.py

2
discord/ui/media_gallery.py

@ -184,6 +184,6 @@ class MediaGallery(Item[V]):
@classmethod
def from_component(cls, component: MediaGalleryComponent) -> Self:
return cls(
items=component.items,
*component.items,
id=component.id,
)

Loading…
Cancel
Save