mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
8 lines
324 B
JSON
8 lines
324 B
JSON
|
{
|
||
|
"DESCRIPTION": "Skip the current song",
|
||
|
"USAGE": "{{prefix}}skip",
|
||
|
"EXAMPLES": "{{prefix}}skip",
|
||
|
"NO_NEXT_SONG": "There's no song after this one!",
|
||
|
"VOTE_CONTENT": "Next song: {{songName}}\nReact with 👍 to skip the music! {{requiredCount}} more votes are required.",
|
||
|
"SUCCESS": "Song skipped!"
|
||
|
}
|