ldilley / discobot

:speech_balloon: A Discord bot written in Ruby
GNU General Public License v3.0
3 stars 0 forks source link

Dynamically update help information during plugin re/load #10

Open ldilley opened 7 years ago

ldilley commented 7 years ago

This can probably be taken care of in each initialize method. The command name is already known. Only the help text would need to be passed into perhaps a hash in the help plugin.