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