mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
typo: plugin命令的提示错字
This commit is contained in:
parent
86bef566c4
commit
1c5ad05e89
|
@ -42,7 +42,7 @@ class PluginCommand(AbstractCommandNode):
|
|||
reply = [reply_str]
|
||||
return True, reply
|
||||
elif ctx.params[0].startswith("http"):
|
||||
reply = ["[bot]err: 此命令已启用,请使用 !plugin get <插件仓库地址> 进行安装"]
|
||||
reply = ["[bot]err: 此命令已弃用,请使用 !plugin get <插件仓库地址> 进行安装"]
|
||||
return True, reply
|
||||
else:
|
||||
return False, []
|
||||
|
|
Loading…
Reference in New Issue
Block a user