Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/TaeKwonZeus/botbuilder
- Owner: TaeKwonZeus
- License: mit
- Created: 2021-08-16T15:44:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T18:16:01.000Z (about 3 years ago)
- Last Synced: 2024-08-01T19:54:15.484Z (3 months ago)
- Topics: builder, builder-pattern, discord, discordgo
- Language: Go
- Homepage: https://pkg.go.dev/github.com/taekwonzeus/botbuilder
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)