https://github.com/anhgelus/gokord
Common code shared between my Discord bots.
https://github.com/anhgelus/gokord
discord discord-bot go golang library
Last synced: 9 months ago
JSON representation
Common code shared between my Discord bots.
- Host: GitHub
- URL: https://github.com/anhgelus/gokord
- Owner: anhgelus
- License: mpl-2.0
- Created: 2024-04-14T11:28:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T21:01:01.000Z (over 1 year ago)
- Last Synced: 2025-03-10T21:28:39.717Z (over 1 year ago)
- Topics: discord, discord-bot, go, golang, library
- Language: Go
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common
Common code shared between my bots.
## Features
- Creation of the bot (commands, status, handlers)
- Basic config
- Redis connection
- Postgres connection
- Various useful things (logger, timers)
## Technologies
- Go
- go-redis
- pelletier/go-toml
- gorm