mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
9 lines
355 B
JSON
9 lines
355 B
JSON
|
{
|
||
|
"DESCRIPTION": "Play back the previous song",
|
||
|
"USAGE": "{{prefix}}back",
|
||
|
"EXAMPLES": "{{prefix}}back",
|
||
|
"NO_PREV_SONG": "There was no song before this one!",
|
||
|
"VOTE_CONTENT": "Previous song: {{songName}}\nReact with 👍 to play the previous song! {{requiredCount}} more votes are required.",
|
||
|
"SUCCESS": "Playing previous song!"
|
||
|
}
|