mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Add Sharding Capabilities
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
const Discord = require('discord.js');
|
||||
const Manager = new Discord.ShardingManager('./index.js');
|
||||
Manager.spawn(1);
|
||||
Reference in New Issue
Block a user