mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Fix
This commit is contained in:
+4
-1
@@ -110,7 +110,10 @@ client.on('guildDelete', async guild => {
|
||||
dBotsOrg(count, client.user.id);
|
||||
});
|
||||
|
||||
client.setTimeout(() => process.exit(0), 7.2e+6);
|
||||
client.setTimeout(() => {
|
||||
console.log(`[RESTART] Shard ${client.shard.id} Restarted.`);
|
||||
process.exit(0);
|
||||
}, 7.2e+6);
|
||||
|
||||
client.login(TOKEN);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user