2021-12-10 21:39:54 +05:00
|
|
|
{
|
2021-12-22 16:50:28 +05:00
|
|
|
"DESCRIPTION": "Plays music for you!",
|
|
|
|
"USAGE": "{{prefix}}play [song]",
|
|
|
|
"EXAMPLES": "{{prefix}}play Bye Bye",
|
|
|
|
"NO_VOICE_CHANNEL": "You must be connected to a voice channel!",
|
|
|
|
"VOICE_CHANNEL_CONNECT": "I can't connect to your voice channel!",
|
|
|
|
"MISSING_SONG_NAME": "Please specify a song name or a link!",
|
|
|
|
"RESULTS_FOOTER": "Please select a song by sending a number between 1 and 10.",
|
|
|
|
"NO_RESULT": "Cannot be find on Youtube!",
|
|
|
|
"NOW_PLAYING": "Now playing **{{songName}}** :musical_note:",
|
|
|
|
"PLAYING_PLAYLIST": "Starting playlist **{{playlistTitle}}**. {{playlistEmoji}}\nPlaying the first song, **{{songName}}**! :musical_note:",
|
|
|
|
"CANCELLED": "Selection cancelled",
|
|
|
|
"NOT_PLAYING": "No songs are currently playing in this server.",
|
|
|
|
"QUEUE_ENDED": "Queue has ended. No more music to play...",
|
2021-12-26 00:04:26 +05:00
|
|
|
"ADDED_QUEUE": "**{{songName}}** has been added to the queue!",
|
|
|
|
"ADDED_QUEUE_COUNT": "**{{songCount}}** songs added to the queue!",
|
2021-12-22 16:50:28 +05:00
|
|
|
"STOP_DISCONNECTED": "I've just stopped the music as I have been disconnected from the channel.",
|
2021-12-26 00:04:26 +05:00
|
|
|
"STOP_EMPTY": "I've just stopped the music as everyone disconnected from the channel.",
|
2021-12-22 16:50:28 +05:00
|
|
|
"RESULTS_CANCEL": "Search cancelled!",
|
2021-12-26 00:50:15 +05:00
|
|
|
"LIVE": "Live",
|
2021-12-22 16:50:28 +05:00
|
|
|
"ERR_OCCURRED": "An error occurred... Code: `{{error}}`"
|
2021-12-26 00:04:26 +05:00
|
|
|
}
|