diff --git a/client/commands/maintenance.js b/client/commands/maintenance.js index 5bb7f1b..0c4b16f 100644 --- a/client/commands/maintenance.js +++ b/client/commands/maintenance.js @@ -19,6 +19,8 @@ module.exports = { let radio = currentRadios.next(); let stoppedRadios = ""; + client.user.setStatus('dnd'); + while (!radio.done) { let currentRadio = client.radio.get(radio.value); currentRadio.guild = client.datastore.getEntry(radio.value).guild;