From bfb27e735914b659b76bfde94208d02f0fa36e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 16 Sep 2021 01:13:17 +0300 Subject: [PATCH] Update play command --- src/client/commands/play.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/commands/play.js b/src/client/commands/play.js index 52a5a41..ee002a9 100644 --- a/src/client/commands/play.js +++ b/src/client/commands/play.js @@ -15,11 +15,10 @@ module.exports = { let message = {}; if(client.config.maintenanceMode){ - interaction.reply({ + return interaction.reply({ content: client.messageEmojis["error"] + client.messages.maintenance, ephemeral: true }); - return false; } if(!client.stations) {