Merge pull request #220 from meatjam/Bot_bug_news60s

fix(news60s): 修复“60秒看世界”的指令名称错误问题,与help提示命令不符无法触发
This commit is contained in:
惜月 2022-09-01 18:47:49 +08:00 committed by GitHub
commit a995aca8fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()