mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
fix(news60s): 修复“60秒看世界”的指令名称错误问题,与help提示命令不符无法触发
This commit is contained in:
parent
a9eff425cc
commit
19747b5dac
@ -24,7 +24,7 @@ __plugin_meta__ = PluginMetadata(
|
||||
},
|
||||
)
|
||||
|
||||
news = on_command('早报', aliases={'今日早报', '今日新闻', '60s读世界'}, priority=14, block=True)
|
||||
news = on_command('早报', aliases={'今日早报', '今日新闻', '60s读世界', '60秒读世界'}, priority=14, block=True)
|
||||
|
||||
|
||||
@news.handle()
|
||||
|
Loading…
Reference in New Issue
Block a user