This commit is contained in:
Richard Chien
2018-06-25 12:41:12 +08:00
parent 844ade5c31
commit 492fed9b50
4 changed files with 102 additions and 45 deletions

View File

@ -17,7 +17,7 @@ default_handler.setFormatter(logging.Formatter(
logger.addHandler(default_handler)
from .plugin import handle_message, handle_notice, handle_request
from .command import on_command
from .command import on_command, call_command
def create_bot(config_object: Any = None):