Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 553 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 553 Bytes

Please see the Issues Tab for what to do.

Porting Support for other Colleges

If you want to add support for more colleges to Parser, please make a new Parser() function for your college and make a PR. Follow the #Run intructions in main for how to that. Please see the issues tab too.


Tasks Left

  • implement proper handling to prevent the frequent crashes (try catch)
    • remove all console logs
    • wrap main.js in startBot() function and call startBot() in all catch blocks to start bot again after crashes