https://github.com/p-obrthr/botlord
discord bot in go
https://github.com/p-obrthr/botlord
api bot bots discord discord-bot go golang raylib raylib-go sqlite sqlite3
Last synced: 28 days ago
JSON representation
discord bot in go
- Host: GitHub
- URL: https://github.com/p-obrthr/botlord
- Owner: p-obrthr
- Created: 2025-04-21T19:55:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-29T20:16:53.000Z (about 1 month ago)
- Last Synced: 2025-04-29T21:25:49.979Z (about 1 month ago)
- Topics: api, bot, bots, discord, discord-bot, go, golang, raylib, raylib-go, sqlite, sqlite3
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BOTLORD
This project consists of a modular Discord Bot (server) with optional API connection and a graphical client based on [raylib](https://github.com/gen2brain/raylib-go). Both are written in Go.
## 🚀 Features
### Server (Main Discord Bot)
*Handles events and executes bot commands*
- Standalone go server with clean modularization
- SQLite database integration
- Can be run and used immediately without the need for an API
- Optional API wrapper for extending functionality with external applications or services
- Dockerfile for easy containerization
- Makefile with various build and run targets### Client (Raylib application)
*Visualization and interaction with the bot, e.g., check the status or start/stop it*
- Standalone Go client with Raylib for a graphical interface