ldilley / discobot

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

Duplicate plugins during reload #15

Closed ldilley closed 5 years ago

ldilley commented 5 years ago

If a particular plugin is currently loaded and the same plugin is configured to be loaded in plugins.yml, it is loaded again during a reload resulting in multiple instances of the same plugin. This should not occur.