mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-25 20:10:28 +08:00
📝 Docs: 修复获取事件信息文档代码范例中缺失的 import (#1980)
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
parent
4b0b1e69a4
commit
4ba4c0bebc
@ -28,6 +28,7 @@ import Messenger from "@site/src/components/Messenger";
|
|||||||
|
|
||||||
```python {8,10} title=weather/__init__.py
|
```python {8,10} title=weather/__init__.py
|
||||||
from nonebot import on_command
|
from nonebot import on_command
|
||||||
|
from nonebot.rule import to_me
|
||||||
from nonebot.adapters import Message
|
from nonebot.adapters import Message
|
||||||
from nonebot.params import CommandArg
|
from nonebot.params import CommandArg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user