mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
Update restart.js
This commit is contained in:
parent
5f8bf29696
commit
7ba27dfbcf
@ -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!');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user