Categorygithub.com/jameshclrk/shards
modulepackage
1.1.3
Repository: https://github.com/jameshclrk/shards.git
Documentation: pkg.go.dev

# README

Shards Build Status CodeFactor

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

  • GoDoc
  • Go Reference

# Packages

No description provided by the author

# Functions

New creates a new Manager with the recommended number of shards.

# Constants

How long to pause between connecting shards.
Shards library version.

# Structs

No description provided by the author
A Shard represents a shard.