cancel_sound()
  • 1 Minute to read

cancel_sound()


Article summary

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?

What's Next