ZumitoTeam / zumito-framework

Framework for creating a bot for discord
https://framework.zumito.dev
7 stars 1 forks source link

[➕] Add translation file watcher #20

Open fernandomema opened 1 year ago

fernandomema commented 1 year ago

As some of our users have requested, it would be great to add support for hot reloading of translations just like we do with commands.

To accomplish this task, a new method should be defined in the baseModule class. This should register the watchers to the corresponding translation folders and add or reload them as needed.