Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TaeKwonZeus/botbuilder

An extension for discordgo to create a Discord bot quickly using the Builder pattern.
https://github.com/TaeKwonZeus/botbuilder

builder builder-pattern discord discordgo

Last synced: 6 days ago
JSON representation

An extension for discordgo to create a Discord bot quickly using the Builder pattern.

Awesome Lists containing this project

README

        

# botbuilder
[![CI](https://github.com/TaeKwonZeus/botbuilder/actions/workflows/ci.yml/badge.svg)](https://github.com/TaeKwonZeus/botbuilder/actions/workflows/ci.yml)
![issues](https://img.shields.io/github/issues/TaeKwonZeus/botbuilder?logo=github)
![forks](https://img.shields.io/github/forks/TaeKwonZeus/botbuilder?logo=github)
![stars](https://img.shields.io/github/stars/TaeKwonZeus/botbuilder?logo=github)
![license](https://img.shields.io/github/license/TaeKwonZeus/botbuilder)
![Go](https://img.shields.io/github/go-mod/go-version/TaeKwonZeus/botbuilder)
[![Go Reference](https://pkg.go.dev/badge/github.com/taekwonzeus/botbuilder.svg)](https://pkg.go.dev/github.com/taekwonzeus/botbuilder)
[![Go Report Card](https://goreportcard.com/badge/github.com/TaeKwonZeus/botbuilder)](https://goreportcard.com/report/github.com/TaeKwonZeus/botbuilder)

An extension for [discordgo](https://github.com/bwmarrin/discordgo) to create a Discord bot quickly using the Builder pattern.

## ![Examples here](https://github.com/TaeKwonZeus/botbuilder/tree/master/examples)