ldilley / discobot

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

Add optional finalizer method for plugins #12

Open ldilley opened 7 years ago

ldilley commented 7 years ago

Add a method that enables plugins to perform any cleanup (stopping a thread for example.) The method will not get called during garbage collection, but rather during a manual reload.