underctrl-io / commandkit

Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!
https://commandkit.js.org
MIT License
82 stars 9 forks source link

[cli] fast refresh #34

Open twlite opened 7 months ago

twlite commented 7 months ago

Allow reloading the changes without restarting the bot when possible

twlite commented 7 months ago

How to make this happen?

twlite commented 7 months ago

https://www.npmjs.com/package/precinct

NotM1Dev commented 5 months ago

https://www.npmjs.com/package/chokidar

twlite commented 5 months ago

We need to preserve client's connection while reloading the project. Simple fs-watch won't be enough for this.