mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
The Ultimate Test
This commit is contained in:
@@ -128,11 +128,6 @@ client.on('guildDelete', async (guild) => {
|
|||||||
dBots(count, client.user.id);
|
dBots(count, client.user.id);
|
||||||
});
|
});
|
||||||
|
|
||||||
client.setTimeout(() => {
|
|
||||||
console.log(`[RESTART] Shard ${client.shard.id} Restarted.`);
|
|
||||||
process.exit(0);
|
|
||||||
}, 1.44e7);
|
|
||||||
|
|
||||||
client.login(TOKEN);
|
client.login(TOKEN);
|
||||||
|
|
||||||
process.on('unhandledRejection', console.error);
|
process.on('unhandledRejection', console.error);
|
||||||
|
|||||||
Reference in New Issue
Block a user