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 796465c commit 419a24eCopy full SHA for 419a24e
discord/soundboard.py
@@ -35,7 +35,7 @@
35
VoiceChannelEffectSendEvent as VoiceChannelEffectSendEventPayload,
36
)
37
from .types.soundboard import SoundboardSound as SoundboardSoundPayload
38
-from .utils import cached_slot_property
+from .utils.private import cached_slot_property
39
40
if TYPE_CHECKING:
41
from .guild import Guild
0 commit comments