From 5b87794699ad0a347199fe1ed2c90423b2dbb7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 4 Apr 2020 06:44:37 +0300 Subject: [PATCH] Changed errorToGetPlaylist message --- client/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/messages.js b/client/messages.js index a849837..73a7eec 100644 --- a/client/messages.js +++ b/client/messages.js @@ -32,5 +32,5 @@ module.exports = { statisticsTitle: "Statistics", maintenanceTitle: "Maintenance", 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% !" }; \ No newline at end of file