We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e453e01 commit e9ac8bcCopy full SHA for e9ac8bc
discord/ui/action_row.py
@@ -2,7 +2,7 @@
2
3
from collections.abc import Sequence
4
from functools import partial
5
-from typing import TYPE_CHECKING, ClassVar, Iterator, TypeVar
+from typing import TYPE_CHECKING, ClassVar, Iterator, TypeVar, Literal, overload
6
7
from ..components import ActionRow as ActionRowComponent
8
from ..components import SelectDefaultValue, SelectOption, _component_factory
0 commit comments