YangF0917 / codeybot

Discord CodeyBot used for mock interviewing, suggestions and other features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Codey Bot

The Discord Bot of University of Waterloo's Computer Science Club

Build Discord Server


Setup

You can follow the instructions outlined in this document.

Commands

Docker

  • Build the container: yarn image:build
  • Start the container: yarn start
  • Stop the container: yarn stop
  • Stop and remove the container: yarn clean
  • Restart the container: yarn restart
  • Fresh build and restart: yarn image:build && yarn clean && yarn start

Local

  • Run the project: yarn ts:build && yarn local:run

Miscellaneous

  • Run linter: yarn lint
  • Format code: yarn format

Contributing

You can follow the steps in this document.

License

All rights reserved for images.

About

Discord CodeyBot used for mock interviewing, suggestions and other features.


Languages

Language:TypeScript 99.3%Language:Dockerfile 0.7%