mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-02 04:30:25 +08:00
Add a tip when reading testAccount.txt
This commit is contained in:
parent
570110902f
commit
e9ae6b2d17
@ -27,6 +27,7 @@ private fun readTestAccount(): BotAccount? {
|
|||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
println("Reading account from testAccount.text")
|
||||||
val lines = file.readLines()
|
val lines = file.readLines()
|
||||||
return try {
|
return try {
|
||||||
BotAccount(lines[0].toLong(), lines[1])
|
BotAccount(lines[0].toLong(), lines[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user