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

9 lines
345 B
JSON
Raw Normal View History

2021-12-22 16:50:28 +05:00
{
2021-12-26 00:04:26 +05:00
"DESCRIPTION": "Turn on/off repeat of queue/current track!",
2021-12-22 16:50:28 +05:00
"USAGE": "{{prefix}}loop [queue/song]",
"EXAMPLES": "{{prefix}}loop queue\n{{prefix}}loop song",
"NO_ARG": "Select: `queue` or `song`!",
2021-12-26 00:04:26 +05:00
"QUEUE": "Repeat of queue is **enabled**!",
"SONG": "Repeat of current track is **enabled**!",
"DISABLED": "Repeat now **disabled**!"
2021-12-22 16:50:28 +05:00
}