pomice/examples
SCARTAL c75cdc60bc
Unnecessary async function
`is_privileged()` function does not contain any asynchronous code therefore being an async function does not effect performance.
And it's been called across the code without the `await` keyword causing `RuntimeWarning: coroutine 'Music.is_privileged' was never awaited` error.
2023-04-21 17:54:21 +03:30
..
advanced.py Unnecessary async function 2023-04-21 17:54:21 +03:30
basic.py fix event tracks 2023-03-13 19:37:29 -04:00