Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 400 Bytes

MyMICDS-Discord-Bot

This is the official bot for MyMICDS

Running

To install dependencies, do

npm install -D

and then to run a compilation of it, run

npm run compile-run

Production

To compile for production (a clean build essentially), do

npm run compile:prod

Contributing

Contributing is allowed, just please make a pull request first so that we can review your code