All Projects → servusdei2018 → shards

servusdei2018 / shards

Licence: MIT license
Configurable, scalable and automatic sharding library for `discordgo`, done right ✔️

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to shards

discord-downloader-go
A Discord bot program to download and otherwise handle files sent in Discord channels with extensive configuration. Can be used as a genuine Discord Bot or user account / self-bot
Stars: ✭ 169 (+838.89%)
Mutual labels:  discordgo
Discordgo
(Golang) Go bindings for Discord
Stars: ✭ 2,582 (+14244.44%)
Mutual labels:  discordgo
disgord
(golang) Google Go Discord Bot
Stars: ✭ 53 (+194.44%)
Mutual labels:  discordgo
iftar-bot
🕌 Iftar Bot, Plays adzan sound on iftar time (Ramadan special ✨)
Stars: ✭ 16 (-11.11%)
Mutual labels:  discordgo
ephemeral-roles
A Discord bot for managing ephemeral roles based upon voice channel member presence.
Stars: ✭ 57 (+216.67%)
Mutual labels:  discordgo
DiscordGo
Discord C2 for Redteam....Need a better name
Stars: ✭ 55 (+205.56%)
Mutual labels:  discordgo
starboard
A starboard dedicated Discord bot.
Stars: ✭ 18 (+0%)
Mutual labels:  discordgo
replbot
Slack/Discord bot for running interactive REPLs and shells from a chat.
Stars: ✭ 169 (+838.89%)
Mutual labels:  discordgo
dgrouter
router to help speed up bot development in discordgo
Stars: ✭ 55 (+205.56%)
Mutual labels:  discordgo
MusicBot
A multi-server music bot for Discord built in Go
Stars: ✭ 44 (+144.44%)
Mutual labels:  discordgo
yagpdb
Yet another general purpose discord bot
Stars: ✭ 916 (+4988.89%)
Mutual labels:  discordgo
shinpuru
シンプル - Discord Bot with backups, moderation, karma ranking, a starboard, code execution, raid alerting, a web interface, twitch notifications and more!
Stars: ✭ 141 (+683.33%)
Mutual labels:  discordgo
discord-key-bot
A bot for discord that accepts, announces, and gives out keys
Stars: ✭ 14 (-22.22%)
Mutual labels:  discordgo

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

Usage

Import the package into your project, like so:

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

Documentation

  • Go Reference
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].