From 36fcc4db3392783fae40578a926307ff0c2a58a3 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 1 Sep 2017 12:45:47 +0000 Subject: [PATCH] Restart way less often --- XiaoBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index 88d70677..5c1b0914 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -109,7 +109,7 @@ client.setInterval(async () => { } console.log(`[RESTART] Shard ${client.shard.id} Restarted.`); process.exit(0); -}, 7.2e+6); +}, 8.64e+7); client.login(TOKEN);