Skip to content

hbjydev/cardinal

Repository files navigation

Cardinal (WIP)

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


Setup

$ echo 'DISCORD_TOKEN=<your.token.here>' >> .env
$ npm install
$ npm run build
$ npm start

Or, for deployments to Kubernetes, there is an official Helm chart 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.