From 8fc441c1b3a7f1b559cadea43975df86d4e86512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 16 Sep 2021 05:41:59 +0300 Subject: [PATCH] Update play command --- src/client/commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/commands/play.js b/src/client/commands/play.js index 057aeaa..47cd34f 100644 --- a/src/client/commands/play.js +++ b/src/client/commands/play.js @@ -21,7 +21,7 @@ module.exports = { }); } - if(!client.stations.list) { + if(!client.stations) { message.errorToGetPlaylist = client.messages.errorToGetPlaylist.replace("%client.config.supportGuild%", client.config.supportGuild); return interaction.reply({ content: client.messageEmojis["error"] + message.errorToGetPlaylist,