cancel_sound()
- 1 Minute to read
cancel_sound()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Cancel current sound.
Arguments
None
Return
None
Exceptions
RayaCommandNotRunning
RayaSoundErrorPlayingAudio
See the complete sound exceptions.
See the general exceptions.
Usage example
...
await self.sound.cancel_sound()
Was this article helpful?