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

17 lines
843 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Adds a track to the queue",
2023-06-06 10:21:47 +05:00
"USAGE": "[query]",
"EXAMPLES": "play query:Never Gonna Give You Up",
2023-06-06 22:48:46 +05:00
"QUERY": "Title / Direct link / YouTube, Spotify, or SoundCloud link",
"NO_LINK": "This message doesn't contain any links",
2023-06-06 22:48:46 +05:00
"NO_VOICE_CHANNEL": "You must be in a voice channel",
"VOICE_CHANNEL_CONNECT": "I cannot connect to your voice channel",
"NO_RESULT": "No results found for `{{query}}`",
"NOW_PLAYING": "Now playing **{{songName}}**",
"NOT_PLAYING": "Nothing is currently playing on the server",
"QUEUE_ENDED": "The queue has ended",
"ADDED_QUEUE": "**{{songName}}** has been added to the queue",
"STOP_DISCONNECTED": "Playback stopped because I left the voice channel",
"STOP_EMPTY": "Playback stopped because everyone has left the voice channel",
"ERR_OCCURRED": "An error occurred...\n```{{error}}```"
2023-06-06 10:21:47 +05:00
}