Commit e66cfc95 authored by Him188's avatar Him188

Unified `toString`: "[mirai:$imageId]"

parent a81eea42
...@@ -47,7 +47,7 @@ sealed class Image : Message { ...@@ -47,7 +47,7 @@ sealed class Image : Message {
abstract val imageId: String abstract val imageId: String
final override fun toString(): String { final override fun toString(): String {
return "[image::$imageId]" return "[mirai:$imageId]"
} }
final override fun eq(other: Message): Boolean { final override fun eq(other: Message): Boolean {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment