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 0302fcd commit 2837e94Copy full SHA for 2837e94
discord/client.py
@@ -83,11 +83,11 @@
83
TextChannel,
84
VoiceChannel,
85
)
86
+ from .interaction import Interaction
87
from .member import Member
88
from .message import Message
89
from .poll import Poll
90
from .threads import Thread, ThreadMember
- from .interaction import Interaction
91
from .ui.item import Item
92
from .voice_client import VoiceProtocol
93
0 commit comments