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

7 lines
276 B
JSON
Raw Normal View History

2021-12-10 21:39:54 +05:00
{
"DESCRIPTION": "Go forward or backward a specific amount of time in the current song!!",
"USAGE": "{{prefix}}seek [time]",
"EXAMPLES": "{{prefix}}resume 10s",
"INVALID_TIME": "You must specify a valid number of time!",
"SUCCESS": "▶️ Music sought!"
}