Go to file
marko-polo-cheno 60ffb916f8 undo settings 2021-05-20 21:07:29 -04:00
.vscode undo settings 2021-05-20 21:02:44 -04:00
commands undo settings 2021-05-20 21:07:29 -04:00
.eslintrc added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
.gitignore added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
.prettierrc added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
README.md added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
index.ts made test suggest command 2021-05-20 20:59:15 -04:00
logger.ts added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
package.json made test suggest command 2021-05-20 20:59:15 -04:00
tsconfig.json added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
yarn.lock made test suggest command 2021-05-20 20:59:15 -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.