import ModuleState when needed
This commit is contained in:
parent
2b9c810e88
commit
e225f3b8d7
6 changed files with 7 additions and 1 deletions
|
|
@ -13,8 +13,9 @@ import traceback
|
|||
from nemubot.exception import IRCException
|
||||
from nemubot.event import ModuleEvent
|
||||
from nemubot.hooks import hook
|
||||
from nemubot.tools.date import extractDate
|
||||
from nemubot.tools.countdown import countdown_format, countdown
|
||||
from nemubot.tools.date import extractDate
|
||||
from nemubot.tools.xmlparser.node import ModuleState
|
||||
|
||||
nemubotversion = 3.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue