1.0.6 • Published 8 years ago

discord.js-sharder v1.0.6

Weekly downloads
210
License
MIT
Repository
github
Last release
8 years ago

Discord.js Sharder

A simple sharder for Discord.js!

Tutorial & API

const Shard = require('discord.js-sharder');

Shard.manager('./path/to/{name}.js', {
   token: 'token'
});

Shard.spawn();
FunctionExplaination
spawn()It spawns a shard and says its alive!
manager()Needs a manger to do the path and token.

Libs Used:

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago