From ebca4c0706d358b6ce2b47b194ea0d55b9a21115 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Tue, 9 Jun 2020 21:29:28 +0300 Subject: [PATCH] Update restart.js --- src/commands/restart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/restart.js b/src/commands/restart.js index d9d9afda..1e40d599 100644 --- a/src/commands/restart.js +++ b/src/commands/restart.js @@ -7,9 +7,9 @@ module.exports = { permission: 'dev', category: 'util', 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.restart); client.shard.respawnAll(client.config.shardDelay, client.config.respawnDelay, client.config.spawnTimeout); } -}; \ No newline at end of file +};