1.0.6 • Published 6 years ago

discord.js-sharder v1.0.6

Weekly downloads
210
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago