typo: plugin命令的提示错字

This commit is contained in:
Rock Chin 2023-04-06 09:29:45 +08:00
parent 86bef566c4
commit 1c5ad05e89

View File

@ -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, []