Commit fca3d6bd authored by Him188's avatar Him188

Make `HttpClient.postImage` not suspend

parent 5310e198
......@@ -34,7 +34,7 @@ import net.mamoe.mirai.utils.io.discardExact
@Suppress("SpellCheckingInspection")
internal suspend inline fun HttpClient.postImage(
internal suspend fun HttpClient.postImage(
htcmd: String,
uin: Long,
groupcode: Long?,
......
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