Skip to content

Commit

Permalink
📝 Docs: 修正 匹配扩展 中的示例 (#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
KomoriDev committed May 18, 2024
1 parent 29ea5f5 commit 36eece3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/best-practice/alconna/matcher.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ matcher = on_alconna(

```python
from nonebot_plugin_alconna import Match, on_alconna
from nonebot_plugin_alconna.builtins.plugins.discord import DiscordSlashExtension
from nonebot_plugin_alconna.builtins.extensions.discord import DiscordSlashExtension


alc = Alconna(
Expand Down

0 comments on commit 36eece3

Please sign in to comment.