Go to file
alex 7bd99acf36 added database 2021-05-18 23:57:43 -04:00
components added database 2021-05-18 23:57:43 -04:00
db added database 2021-05-18 23:57:43 -04:00
.eslintrc Setting up a simple bot command framework and linter/formatter 2021-05-10 23:50:20 -04:00
.gitignore Setting up a simple bot command framework and linter/formatter 2021-05-10 23:50:20 -04:00
.prettierrc Setting up a simple bot command framework and linter/formatter 2021-05-10 23:50:20 -04:00
README.md Setting up a simple bot command framework and linter/formatter 2021-05-10 23:50:20 -04:00
index.ts added database 2021-05-18 23:57:43 -04:00
package.json added database 2021-05-18 23:57:43 -04:00
yarn.lock added database 2021-05-18 23:57:43 -04:00

README.md

Codey Bot

Required environment variables

  • BOT_TOKEN: the token found in the bot user account.
  • NOTIF_CHANNEL_ID: the ID of the channel the bot will send system notifications to.

Running the bot locally

  1. Run yarn to install dependencies.
  2. Add the required environment variables in a .env file in the root directory.
  3. Run yarn dev to start the bot locally.