We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbaf096 commit b1ebfa7Copy full SHA for b1ebfa7
1 file changed
utils/languages.js
@@ -88,7 +88,7 @@ module.exports = {
88
ERROR_VOICE_CHANNEL_ALREADY_JOINED: "Voice channel already joined",
89
ERROR_VIDEO_UNAVAILABLE: "Unavailable video",
90
ERROR_VIDEO_RESTRICTED: "Restricted video",
91
- ERROR_URL_UNSUPPORTED: "Unsupported URL",
+ ERROR_URL_UNSUPPORTED: "URLs supported: Youtube & Spotify",
92
ERROR_URL_INVALID: "Invalid URL",
93
ERROR_COOKIES_INVALID: "Invalid cookies",
94
ERROR_RESULT_NO_FOUND: "No result found",
@@ -198,7 +198,7 @@ module.exports = {
198
ERROR_VOICE_CHANNEL_ALREADY_JOINED: "Salon vocal déjà rejoint",
199
ERROR_VIDEO_UNAVAILABLE: "Vidéo indisponible",
200
ERROR_VIDEO_RESTRICTED: "Vidéo restreinte",
201
- ERROR_URL_UNSUPPORTED: "URL non prise en charge",
+ ERROR_URL_UNSUPPORTED: "URLs prises en charge : Youtube & Spotify",
202
ERROR_URL_INVALID: "URL invalide",
203
ERROR_COOKIES_INVALID: "Cookies non valides",
204
ERROR_RESULT_NO_FOUND: "Aucun résultat trouvé",
0 commit comments