mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Update play command
This commit is contained in:
parent
48445afdd5
commit
bfb27e7359
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user