Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 430 Bytes

File metadata and controls

16 lines (10 loc) · 430 Bytes

Contributing to the General Bots open-core

How To

Make commit

See these guides:

Use BotLib as a local project for development

  1. Enter botlib directory and then run npm link;
  2. Enter BotServer folder and the run npm link botlib;
  3. Ensure package.json of both projects are synced.