mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Restart way less often
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user