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

7 lines
178 B
JSON
Raw Permalink Normal View History

2023-06-06 10:21:47 +05:00
{
2024-04-29 15:57:02 +05:00
"DESCRIPTION": "Seeks the current track to the specified time",
2023-06-06 10:21:47 +05:00
"USAGE": "[time]",
"EXAMPLES": "seek time:60",
2023-06-06 22:48:46 +05:00
"TIME": "Time in seconds",
2024-04-29 15:57:02 +05:00
"SUCCESS": "Seeked to {{time}}"
2023-06-06 10:21:47 +05:00
}