Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jun 25, 2024
1 parent 8a46e72 commit ef93d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ plugins = [
- 网易声音 [声音名 / 节目 ID]
- 介绍:搜索声音。当输入声音 ID 时会直接发送对应声音
- 别名:`wysy``wyprog`
- 网易电台 [电台名 / 电台 ID]
- 介绍:搜索电台。当输入电台 ID 时会直接发送对应电台
- 别名:`wydt``wydj`
- 网易歌单 [歌单名 / 歌单 ID]
- 介绍:搜索歌单。当输入歌单 ID 时会直接发送对应歌单
- 别名:`wygd``wypli`
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_multincm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"▶ Bot 会自动解析你发送的网易云链接\n" if config.ncm_auto_resolve else ""
)

__version__ = "1.0.0a1"
__version__ = "1.0.0a2"
__plugin_meta__ = PluginMetadata(
name="MultiNCM",
description="网易云多选点歌",
Expand Down

0 comments on commit ef93d04

Please sign in to comment.