mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 03:49:33 +00:00 
			
		
		
		
	Change bot status when maintenance command is initialized
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user