Go to file
marko-polo-cheno bb9a753aca suggestion created 2021-06-03 20:29:40 -04:00
.vscode added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
commands suggestion created 2021-06-03 20:29:40 -04:00
components add database function with openDB 2021-05-25 00:53:37 +00:00
.eslintrc added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
.gitattributes add database function with openDB 2021-05-25 00:53:37 +00:00
.gitignore add database function with openDB 2021-05-25 00:53:37 +00: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 suggestion created 2021-06-03 20:29:40 -04:00
logger.ts added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
package.json using cross-env to set env vars cross platform 2021-05-24 20:56:52 -04:00
tsconfig.json added logger and started logging commands and errors 2021-05-19 21:44:14 -04:00
yarn.lock using cross-env to set env vars cross platform 2021-05-24 20:56:52 -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.