Changed errorToGetPlaylist message

This commit is contained in:
Christer Warén 2020-04-04 06:44:37 +03:00
parent 186181c313
commit 5b87794699

View File

@ -32,5 +32,5 @@ module.exports = {
statisticsTitle: "Statistics", statisticsTitle: "Statistics",
maintenanceTitle: "Maintenance", maintenanceTitle: "Maintenance",
maintenanceDescription: "This command is not ready to be used by anyone.", maintenanceDescription: "This command is not ready to be used by anyone.",
errorToGetPlaylist: "There is no playlist which this bot can use to play radio." errorToGetPlaylist: "You can't use this bot because it has no playlist available. Check more information in our Discord support server %client.config.supportGuild% !"
}; };