Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Apr 8, 2020
1 parent 6460de7 commit f5de74c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ object DefaultCommands {

registerConsoleCommands {
name = "install"
description = "Install plugin from PC"
description = "Install plugin from PluginCenter"
usage = "/install [plugin-name] to install plugin or /install [page-num] to show list "
onCommand {

Expand All @@ -292,6 +292,7 @@ object DefaultCommands {
suspend fun showPage(num:Int){
sendMessage("正在连接" + center.name)
val list = PluginCenter.Default.fetchPlugin(num)
appendMessage("\n")
list.values.forEach {
appendMessage("=>" + it.name + " ;作者: " + it.author + " ;介绍: " + it.description)
}
Expand Down

0 comments on commit f5de74c

Please sign in to comment.