Browse Source

more typings

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

2
discord/ui/view.py

@ -198,7 +198,7 @@ class BaseView:
__discord_ui_view__: ClassVar[bool] = False
__discord_ui_modal__: ClassVar[bool] = False
__discord_ui_container__: ClassVar[bool] = False
__view_children_items__: ClassVar[Dict[str, ItemLike]] = []
__view_children_items__: ClassVar[Dict[str, ItemLike]] = {}
def __init__(self, *, timeout: Optional[float] = 180.0) -> None:
self.__timeout = timeout

Loading…
Cancel
Save