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

9 lines
327 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Jumps to a specified track",
2023-06-06 10:21:47 +05:00
"USAGE": "[position]",
"EXAMPLES": "skipto position:3",
2023-06-06 22:48:46 +05:00
"POSITION": "Track number in the queue",
"SUCCESS": "Jumped to track number **{{position}}**",
"ERROR": "Nothing found at position {{position}}",
"NO_PREV_SONG": "You cannot go back, use the `back` command for that"
2023-06-06 10:21:47 +05:00
}