mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +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
|
||||
}
|
||||
|
||||
println("Reading account from testAccount.text")
|
||||
val lines = file.readLines()
|
||||
return try {
|
||||
BotAccount(lines[0].toLong(), lines[1])
|
||||
|
Loading…
Reference in New Issue
Block a user