mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-03 04:44:48 +08:00
Fix FlashImage.toString
This commit is contained in:
parent
094bd72efb
commit
0d98f47348
@ -282,7 +282,7 @@ sealed class FlashImage : MessageContent, HummerMessage() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun toString(): String = stringValue!!
|
final override fun toString(): String = stringValue!!
|
||||||
override fun contentToString(): String = "[闪照]"
|
override fun contentToString(): String = "[闪照]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user