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

7 lines
198 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Jump to the given track in the queue",
"USAGE": "jump [number]",
"EXAMPLES": "jump 3",
"NO_PREV_SONG": "You can't go back, use `back`!",
2022-01-04 02:18:28 +05:00
"SUCCESS": "Playing selected track!"
}