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

https://github.com/hbjydev/cardinal

A general-purpose Discord bot 🤖
https://github.com/hbjydev/cardinal

Last synced: about 1 month ago
JSON representation

A general-purpose Discord bot 🤖

Awesome Lists containing this project

README

        

Cardinal (WIP)


A jack-of-all-trades Discord bot for all your botty needs!








---

### Setup

```shell
$ echo 'DISCORD_TOKEN=' >> .env
$ npm install
$ npm run build
$ npm start
```

Or, for deployments to Kubernetes, there is an [official Helm chart](https://github.com/hbjydev/helm-charts/tree/main/charts/cardinal) available.

> Be aware, the Helm chart does _not_ include a PostgreSQL database, you will have to provide a connection URI as an overridden value. See the repo for that information.