Add "clear" alias to stop command (#847)

* Add "clear" alias to stop command

* Use "leave" as an alias to stop instead of "clear"
This commit is contained in:
Michaili K
2021-09-18 22:21:55 +02:00
committed by GitHub
parent 3b8892d2c0
commit c6e5b8cbda

View File

@@ -169,7 +169,7 @@ aliases {
playnext = [] playnext = []
repeat = [] repeat = []
skipto = [ jumpto ] skipto = [ jumpto ]
stop = [] stop = [ leave ]
volume = [ vol ] volume = [ vol ]
} }