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 7111dce commit fd60389Copy full SHA for fd60389
discord/client.py
@@ -69,7 +69,7 @@
69
if TYPE_CHECKING:
70
from .abc import GuildChannel, PrivateChannel, Snowflake, SnowflakeTime
71
from .channel import DMChannel
72
- from .interaction import Interaction
+ from .interactions import Interaction
73
from .member import Member
74
from .message import Message
75
from .poll import Poll
0 commit comments