Merge pull request #503 from yajiwa/main

修复命令不唯一的问题
This commit is contained in:
HibiKier 2022-05-21 23:39:39 +08:00 committed by GitHub
commit a7ffebea35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ wordcloud_cmd = on_command(
"我的本月词云",
"我的年度词云",
"我的历史词云",
}, priority=5,
}, block=True, priority=5
)
Config.add_plugin_config(
"word_clouds",