Include some forgotten module in reload process
This commit is contained in:
parent
8b4f08c5bd
commit
c6aa38147b
5 changed files with 29 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue