Don't import some nemubot module automatically
This commit is contained in:
parent
7c7b63634b
commit
06c85289e0
29 changed files with 30 additions and 9 deletions
|
|
@ -4,6 +4,8 @@ from random import randint
|
|||
import urllib.parse
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from nemubot.event import ModuleEvent
|
||||
from nemubot.exception import IRCException
|
||||
from nemubot.hooks import hook
|
||||
from nemubot.tools.xmlparser.node import ModuleState
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue