File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
nonebot_plugin_memes_api/matchers Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ _✨ [Nonebot2](https://github.com/nonebot/nonebot2) 表情包制作插件 调
3232> 本插件自 v0.5.0 版本起与 rust 版 [ meme-generator-rs] ( https://github.com/MemeCrafters/meme-generator-rs ) 对接
3333>
3434> 之前的版本与 python 版 [ meme-generator] ( https://github.com/MemeCrafters/meme-generator ) 对接
35- >
35+ >
3636> 请注意区分!!!
3737
3838### 安装
Original file line number Diff line number Diff line change @@ -199,7 +199,8 @@ async def _(matcher: Matcher):
199199 await matcher .finish (
200200 "简单图片操作,支持的操作:\n "
201201 + "\n " .join (
202- f"{ i + 1 } 、{ '/' .join (command .keywords )} " for i , command in enumerate (commands )
202+ f"{ i + 1 } 、{ '/' .join (command .keywords )} "
203+ for i , command in enumerate (commands )
203204 )
204205 )
205206
You can’t perform that action at this time.
0 commit comments