JaBa/languages/en-US/music/loop.json

8 lines
303 B
JSON
Raw Normal View History

2021-12-22 16:50:28 +05:00
{
"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}}**!"
}