Update play command

This commit is contained in:
Christer Warén 2021-09-16 01:13:17 +03:00
parent 48445afdd5
commit bfb27e7359

View File

@ -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) {