|
|
@ -73,7 +73,6 @@ if TYPE_CHECKING: |
|
|
|
from typing_extensions import TypeAlias, TypeGuard |
|
|
|
|
|
|
|
from .view import BaseView |
|
|
|
from .action_row import ActionRow |
|
|
|
from ..types.components import SelectMenu as SelectMenuPayload |
|
|
|
from ..types.interactions import SelectMessageComponentInteractionData |
|
|
|
from ..app_commands import AppCommandChannel, AppCommandThread |
|
|
|