Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Update shard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew119427 committed Oct 9, 2018
1 parent 238cfe6 commit e3bb038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shard.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const Discord = require('discord.js');
const Manager = new Discord.ShardingManager('./index.js');
Manager.spawn(1, 1000); // This example will spawn 2 shards (5,000 guilds);
Manager.spawn(1, 1000); // This will spawn 2 shards (5,000 guilds);
//To be totally and completely honest with you, I don't even know what the fuck is going on here...

0 comments on commit e3bb038

Please sign in to comment.