Fix select decorator type checking error

This commit is contained in:
Rapptz 2023-02-13 23:47:54 -05:00
parent e6ef43139f
commit 40227f75de

View File

@ -752,7 +752,7 @@ def select(
def select(
*,
cls: Type[BaseSelectT] = Select,
cls: Type[BaseSelectT] = Select[V],
options: List[SelectOption] = MISSING,
channel_types: List[ChannelType] = MISSING,
placeholder: Optional[str] = None,