mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
8 lines
303 B
JSON
8 lines
303 B
JSON
|
{
|
|||
|
"DESCRIPTION": "Turn on/off loop of queue/single track!",
|
|||
|
"USAGE": "{{prefix}}loop [queue/song]",
|
|||
|
"EXAMPLES": "{{prefix}}loop queue\n{{prefix}}loop song",
|
|||
|
"NO_ARG": "Select: `queue` or `song`!",
|
|||
|
"QUEUE": "Repeating queue is **{{loop}}**!",
|
|||
|
"SONG": "Repeating current track is **{{loop}}**!"
|
|||
|
}
|