1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00

Update restart.js

This commit is contained in:
MatteZ02 2020-02-24 21:18:17 +02:00
parent 5f8bf29696
commit 7ba27dfbcf

View File

@ -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!');
}
};