mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
No Sharding
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ const { ShardingManager } = require('discord.js');
|
||||
const Manager = new ShardingManager('./index.js', {
|
||||
token: process.env.TOKEN
|
||||
});
|
||||
Manager.spawn();
|
||||
Manager.spawn(1);
|
||||
|
||||
process.on('unhandledRejection', console.error);
|
||||
|
||||
Reference in New Issue
Block a user