mirror of
https://github.com/musix-org/musix-oss
synced 2025-08-02 12:24:35 +00:00
Update restart.js
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user