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

7 lines
192 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Rewinds the current track to the specified position",
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",
"SUCCESS": "Track rewinded to {{time}}"
2023-06-06 10:21:47 +05:00
}