Go to file
alex da90dee110 add clear command to test db 2021-05-19 00:31:31 -04:00
components added database 2021-05-18 23:57:43 -04:00
.eslintrc remove db file 2021-05-19 00:00:21 -04:00
.gitignore remove db file 2021-05-19 00:00:21 -04:00
.prettierrc remove db file 2021-05-19 00:00:21 -04:00
README.md remove db file 2021-05-19 00:00:21 -04:00
index.ts add clear command to test db 2021-05-19 00:31:31 -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.