# README
Shards

Configurable, scalable and automatic sharding library for discordgo
.
Installing
This assumes you already have a working Go environment, if not please install Go first.
go get github.com/servusDei2018/shards
Usage
Import the package into your project, like so:
import (
"github.com/servusDei2018/shards"
)
Documentation
# Packages
No description provided by the author
# Functions
New creates a new Manager with the recommended number of shards.