Rename package to "nonebot"

This commit is contained in:
Richard Chien
2018-12-27 20:23:45 +08:00
parent b8cb8e440b
commit 663797219a
71 changed files with 221 additions and 220 deletions

View File

@ -1,8 +1,8 @@
from none import (
from nonebot import (
CommandSession, CommandGroup,
on_natural_language, NLPSession, NLPResult
)
from none.helpers import render_expression as __
from nonebot.helpers import render_expression as __
from . import expressions as e