✏️ Fix wrong module name

This commit is contained in:
Lancercmd 2022-01-23 20:59:02 +08:00
parent 12d28eb77d
commit 6a17ce5fda

View File

@ -613,7 +613,7 @@
"is_official": false "is_official": false
}, },
{ {
"module_name": "nonebot-plugin-itnews", "module_name": "nonebot_plugin_itnews",
"project_link": "nonebot-plugin-itnew", "project_link": "nonebot-plugin-itnew",
"name": "IT咨讯", "name": "IT咨讯",
"desc": "获取IT咨讯并生成图片发送", "desc": "获取IT咨讯并生成图片发送",
@ -713,7 +713,7 @@
"is_official": false "is_official": false
}, },
{ {
"module_name": "nonebot-plugin-code", "module_name": "nonebot_plugin_code",
"project_link": "nonebot-plugin-code", "project_link": "nonebot-plugin-code",
"name": "在线运行代码", "name": "在线运行代码",
"desc": "在线运行代码插件,支持输入", "desc": "在线运行代码插件,支持输入",
@ -1001,4 +1001,4 @@
], ],
"is_official": false "is_official": false
} }
] ]