mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-08 17:16:59 +08:00
Adjust name
This commit is contained in:
parent
2cfac415c4
commit
25947a6fad
@ -31,8 +31,8 @@ sealed class AddFriendResult {
|
||||
/**
|
||||
* 等待对方同意
|
||||
*/
|
||||
object WAITING_FOR_APPROVE : DONE() {
|
||||
override fun toString(): String = "AddFriendResult(WaitingForApprove)"
|
||||
object WAITING_FOR_APPROVAL : DONE() {
|
||||
override fun toString(): String = "AddFriendResult(WaitingForApproval)"
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user