mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 06:43:17 +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) {
|
||||
client.destroy()
|
||||
const MusicClient = require('../struct/client.js');
|
||||
const client = new MusicClient({});
|
||||
const newClient = new MusicClient({});
|
||||
msg.channel.send('restarted!');
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user