Skip to content

flytegg/plugin-portal-bot

Repository files navigation

Your DiscordGo Bot Kit

License

A DiscordGo bot kit for jumpstarting your Discord bot development.

Overview

This DiscordGo bot kit provides a solid foundation for building feature-rich Discord bots in Go. With a modular structure and easy customization, it allows developers to quickly create and deploy their own bots tailored to their needs.

Getting Started

Follow these steps to get your DiscordGo bot up and running:

git clone https://github.com/your-username/your-discordgo-bot-kit.git example
cd example
go mod tidy

Run Locally

go run cmd/main.go

Run With Docker

docker compose up -d

Project Structure

cmd/main.go

Config and initialize our discord bot web socket server.

config/config.go, load.go

Load and create configurations like bot name and token.

delivery/websocketserver/server.go

Create and initialize server websocket connection.

handler/messagehandler, interactionhandler, *…handler

Server handler business logic layer where we register different handlers for different sake.

How to Contribute

Anyone and everyone is welcome to contribute. Start by checking out the list of open issues marked help wanted. However, if you decide to get involved, please take a moment to review the guidelines.

License

This source code is licensed under the MIT license found in the LICENSE file.

About

The bot powering Plugin Portal over discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published