Skip to content

Configurable, scalable and automatic sharding library for discordgo

License

Notifications You must be signed in to change notification settings

pointsbot/shards

 
 

Repository files navigation

Shards Build Status CodeFactor

Configurable, scalable and automatic sharding library for discordgo.

Features

  • Automatic scaling: head-ache free configuration runs out of the box.
  • Zero-downtime restarts: make downtime a thing of the past.
  • Slash commands: integrate the latest in Discord functionality.

Installing

This assumes you already have a working Go environment, if not please install Go first.

go get github.com/servusdei2018/shards/v2

Usage

Import the package into your project, like so:

import (
	"github.com/servusdei2018/shards/v2"
)

Documentation

  • Go Reference

About

Configurable, scalable and automatic sharding library for discordgo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%