Skip to content

Commit fd60389

Browse files
committed
📝 Fix typo in interaction import
1 parent 7111dce commit fd60389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
if TYPE_CHECKING:
7070
from .abc import GuildChannel, PrivateChannel, Snowflake, SnowflakeTime
7171
from .channel import DMChannel
72-
from .interaction import Interaction
72+
from .interactions import Interaction
7373
from .member import Member
7474
from .message import Message
7575
from .poll import Poll

0 commit comments

Comments
 (0)