Include some forgotten module in reload process

This commit is contained in:
nemunaire 2015-10-30 22:18:48 +01:00
commit c6aa38147b
5 changed files with 29 additions and 0 deletions

View file

@ -23,6 +23,9 @@ def reload():
import nemubot.tools.countdown
imp.reload(nemubot.tools.countdown)
import nemubot.tools.feed
imp.reload(nemubot.tools.feed)
import nemubot.tools.date
imp.reload(nemubot.tools.date)