mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 03:39: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) {
 | 
			
		||||
        client.destroy()
 | 
			
		||||
        const MusicClient = require('../struct/client.js');
 | 
			
		||||
        const client = new MusicClient({});
 | 
			
		||||
        const newClient = new MusicClient({});
 | 
			
		||||
        msg.channel.send('restarted!');
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user