rougeth / bottery

[DEVELOPMENT-HALTED] :battery: A bot framework with batteries included
MIT License
344 stars 51 forks source link

Allow hot-reload #167

Open vmesel opened 6 years ago

vmesel commented 6 years ago

Hey @rougeth, your project is awesome!

I would like to know if there is any way to "hot reload" the project, such as Flask when on Debug mode.

If I edit a file, it should be reloaded on the bot.

cauebs commented 6 years ago

@vmesel This is indeed a cool feature. In the meantime, you can use something like https://github.com/mattgreen/watchexec to achieve this behavior :)