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 🤖
- Host: GitHub
- URL: https://github.com/hbjydev/cardinal
- Owner: hbjydev
- License: mit
- Created: 2020-07-04T16:32:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T19:08:11.000Z (about 1 month ago)
- Last Synced: 2025-04-07T20:23:38.063Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.