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

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.

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