Go to file
Alex 6575172376 merge fixes and add gitattributes 2021-05-23 21:18:09 -04:00
components merge fixes and add gitattributes 2021-05-23 21:18:09 -04:00
.eslintrc work in progress 2021-05-21 17:19:30 -04:00
.gitattributes merge fixes and add gitattributes 2021-05-23 21:18:09 -04:00
.gitignore work in progress 2021-05-21 17:19:30 -04:00
.prettierrc work in progress 2021-05-21 17:19:30 -04:00
README.md work in progress 2021-05-21 17:19:30 -04:00
index.ts merge fixes and add gitattributes 2021-05-23 21:18:09 -04:00
logger.ts merge fixes and add gitattributes 2021-05-23 21:18:09 -04:00
package.json merge fixes and add gitattributes 2021-05-23 21:18:09 -04:00
tsconfig.json merge fixes and add gitattributes 2021-05-23 21:18:09 -04:00
yarn.lock create db module with opendb function 2021-05-23 20:13:50 -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.