Skip to content

Commit 6ac322a

Browse files
committed
📝 Fix incorrect VoiceChannelEffectSendEvent import
1 parent 0aba361 commit 6ac322a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

discord/raw_models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
from .soundboard import PartialSoundboardSound, SoundboardSound
4747
from .state import ConnectionState
4848
from .threads import Thread
49+
from .types.channel import VoiceChannelEffectSendEvent as VoiceChannelEffectSend
4950
from .types.raw_models import (
5051
AuditLogEntryEvent,
5152
)
@@ -65,9 +66,6 @@
6566
ThreadMembersUpdateEvent,
6667
ThreadUpdateEvent,
6768
TypingEvent,
68-
)
69-
from .types.raw_models import VoiceChannelEffectSendEvent as VoiceChannelEffectSend
70-
from .types.raw_models import (
7169
VoiceChannelStatusUpdateEvent,
7270
)
7371
from .user import User

0 commit comments

Comments
 (0)