mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-12 23:20:17 +00:00
Merge branch 'master' of https://github.com/MatteZ02/Musix-V3
This commit is contained in:
commit
58f0b26b74
@ -7,9 +7,9 @@ module.exports = {
|
|||||||
permission: 'dev',
|
permission: 'dev',
|
||||||
category: 'util',
|
category: 'util',
|
||||||
async execute(msg, args, client, Discord, command) {
|
async execute(msg, args, client, Discord, command) {
|
||||||
lient.funcs.saveDB(client);
|
client.funcs.saveDB(client);
|
||||||
msg.channel.send(client.messages.dbSaved);
|
msg.channel.send(client.messages.dbSaved);
|
||||||
msg.channel.send(client.messages.restart);
|
msg.channel.send(client.messages.restart);
|
||||||
client.shard.respawnAll(client.config.shardDelay, client.config.respawnDelay, client.config.spawnTimeout);
|
client.shard.respawnAll(client.config.shardDelay, client.config.respawnDelay, client.config.spawnTimeout);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user