Skip to content

Commit

Permalink
version to 400
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 23, 2024
1 parent f0a1b54 commit 316ebdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Writerside/kook.tree
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@
</toc-element>
</toc-element>
</toc-element>
<toc-element toc-title="社群" href="https://simbot.forte.love/communities.html" />
<toc-element toc-title="赞助" href="https://simbot.forte.love/sponsor.html" />
</instance-profile>
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object P : ProjectDetail() {
override val homepage: String
get() = HOMEPAGE

private val baseVersion = v(4, 0, 0) - v("beta4")
private val baseVersion = v(4, 0, 0)

val snapshotVersion = baseVersion - Version.SNAPSHOT
override val version = if (isSnapshot()) snapshotVersion else baseVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ private suspend inline fun Message.Element.elementToRequest(
is KookAttachmentVideo -> MessageType.VIDEO
}

// TODO just re-upload and send, waiting for fix.
// see https://github.com/simple-robot/simbot-component-kook/issues/75
// Just re-upload and send, waiting for fix.
// See https://github.com/simple-robot/simbot-component-kook/issues/75
val createRequest = createReUploadAssetApi(bot, message.attachment)

val asset = createRequest.requestDataBy(bot)
Expand Down

0 comments on commit 316ebdc

Please sign in to comment.