Go to file
Alex 543689e4ff change line endings to crlf 2021-05-23 21:33:15 -04:00
components fix line endings 2021-05-23 21:24:30 -04:00
.eslintrc fix line endings 2021-05-23 21:24:30 -04:00
.gitattributes change line endings to crlf 2021-05-23 21:33:15 -04:00
.gitignore fix line endings 2021-05-23 21:24:30 -04:00
.prettierrc fix line endings 2021-05-23 21:24:30 -04:00
README.md fix line endings 2021-05-23 21:24:30 -04:00
index.ts fix line endings 2021-05-23 21:24:30 -04:00
logger.ts fix line endings 2021-05-23 21:24:30 -04:00
package.json fix line endings 2021-05-23 21:24:30 -04:00
tsconfig.json fix line endings 2021-05-23 21:24:30 -04:00
yarn.lock fix line endings 2021-05-23 21:24:30 -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.