How do I stop an autopaused audio player?
title.
it doesn't look like
audioPlayer.stop()
does anything
its state doesn't change to idle too
this prevents the bot from shutting itself down2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
so just call
audioPlayer.unpause()
?
i disabled the autopause instead, i'll have other parts of my code maintain the audio player state