Skip to content

Commit

Permalink
修改语音文件
Browse files Browse the repository at this point in the history
  • Loading branch information
FFSHAOZI committed Aug 29, 2023
1 parent 8d2bfff commit da370f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/kotlin/utils/Intent.kt
Expand Up @@ -489,6 +489,7 @@ object Intent {
searchServerList(I, re = true)
return serverInfoRefreshing.toPlainText()
}
sendMsg(I,searching.replace("//id//",I.sp[2]).replace("//action//","服务器玩家"))
val serverListJson = searchServerList(it.gameID!!)
return if (serverListJson.isSuccessful == true) {
var p = "在服务器${serverCount}中查找到\n"
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/utils/Value.kt
Expand Up @@ -21,7 +21,7 @@ object Value{
*-alias 别名 -删除别名*/
var groups=""
val helpText = """
这里是Neri家的专属BF1机器人 v1.0.0
Nekomura Haruka の BF1QQRobot v1.0.0
感谢api.gametools.network,battlefieldtracker.com,www.bfeac.com提供的数据接口
通用指令:
*help
Expand Down

0 comments on commit da370f1

Please sign in to comment.