Skip to content

Commit 419a24e

Browse files
committed
🐛 Fix imports
Signed-off-by: Paillat-dev <[email protected]>
1 parent 796465c commit 419a24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/soundboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
VoiceChannelEffectSendEvent as VoiceChannelEffectSendEventPayload,
3636
)
3737
from .types.soundboard import SoundboardSound as SoundboardSoundPayload
38-
from .utils import cached_slot_property
38+
from .utils.private import cached_slot_property
3939

4040
if TYPE_CHECKING:
4141
from .guild import Guild

0 commit comments

Comments
 (0)