mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 09:49:32 +00:00 
			
		
		
		
	Update restart.js
This commit is contained in:
		@@ -9,7 +9,7 @@ module.exports = {
 | 
				
			|||||||
    async execute(msg, args, client, Discord, prefix, command) {
 | 
					    async execute(msg, args, client, Discord, prefix, command) {
 | 
				
			||||||
        client.destroy()
 | 
					        client.destroy()
 | 
				
			||||||
        const MusicClient = require('../struct/client.js');
 | 
					        const MusicClient = require('../struct/client.js');
 | 
				
			||||||
        const client = new MusicClient({});
 | 
					        const newClient = new MusicClient({});
 | 
				
			||||||
        msg.channel.send('restarted!');
 | 
					        msg.channel.send('restarted!');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user