mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
9 lines
No EOL
315 B
JSON
9 lines
No EOL
315 B
JSON
{
|
|
"DESCRIPTION": "Turn on/off repeat of queue/current track!",
|
|
"USAGE": "loop [queue/song]",
|
|
"EXAMPLES": "loop queue\nloop song",
|
|
"NO_ARG": "Select: `queue` or `song`!",
|
|
"QUEUE": "Repeat of queue is **enabled**!",
|
|
"SONG": "Repeat of current track is **enabled**!",
|
|
"DISABLED": "Repeat now **disabled**!"
|
|
} |