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

7 lines
228 B
JSON
Raw Normal View History

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