mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
✏️ fix builtin typo #96
This commit is contained in:
parent
f332199baa
commit
b47bef3ef6
@ -11,7 +11,7 @@ import nonebot
|
|||||||
|
|
||||||
nonebot.init()
|
nonebot.init()
|
||||||
# 加载 nonebot 内置插件
|
# 加载 nonebot 内置插件
|
||||||
nonebot.load_bulitin_plugins()
|
nonebot.load_builtin_plugins()
|
||||||
|
|
||||||
app = nonebot.get_asgi()
|
app = nonebot.get_asgi()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user