File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020from aiohttp .http import WS_CLOSED_MESSAGE , WS_CLOSING_MESSAGE
2121
2222from ...base import get_logger
23+ from ...client .enums import InteractionType , OptionType
2324from ...client .models import Option
2425from ..dispatch import Listener
25- from ..enums import InteractionType , OpCodeType , OptionType
26+ from ..enums import OpCodeType
2627from ..error import GatewayException
2728from ..http .client import HTTPClient
2829from ..models .flags import Intents
Original file line number Diff line number Diff line change 1212from ..api .cache import Cache
1313from ..api .cache import Item as Build
1414from ..api .error import InteractionException , JSONException
15- from ..api .gateway import WebSocketClient
15+ from ..api .gateway . client import WebSocketClient
1616from ..api .http .client import HTTPClient
1717from ..api .models .flags import Intents
1818from ..api .models .guild import Guild
You can’t perform that action at this time.
0 commit comments