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 0aba361 commit 6ac322aCopy full SHA for 6ac322a
discord/raw_models.py
@@ -46,6 +46,7 @@
46
from .soundboard import PartialSoundboardSound, SoundboardSound
47
from .state import ConnectionState
48
from .threads import Thread
49
+ from .types.channel import VoiceChannelEffectSendEvent as VoiceChannelEffectSend
50
from .types.raw_models import (
51
AuditLogEntryEvent,
52
)
@@ -65,9 +66,6 @@
65
66
ThreadMembersUpdateEvent,
67
ThreadUpdateEvent,
68
TypingEvent,
- )
69
- from .types.raw_models import VoiceChannelEffectSendEvent as VoiceChannelEffectSend
70
- from .types.raw_models import (
71
VoiceChannelStatusUpdateEvent,
72
73
from .user import User
0 commit comments