JaBa/languages/en-US/music/skip.json
2024-04-29 15:57:02 +05:00

9 lines
No EOL
317 B
JSON

{
"DESCRIPTION": "Jumps to a specified track",
"USAGE": "[position]",
"EXAMPLES": "skipto position:3",
"POSITION": "Track number in the queue",
"SUCCESS": "Jumped to track **{{track}}**",
"ERROR": "Nothing found at position {{position}}",
"NO_PREV_SONG": "You cannot go back, use the `back` command for that"
}