Skip to content

Commit

Permalink
Update Lolicon.kt
Browse files Browse the repository at this point in the history
cikiPAD authored Dec 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a9a5c49 commit abcd508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/command/Lolicon.kt
Original file line number Diff line number Diff line change
@@ -625,7 +625,7 @@ object Lolicon : CompositeCommand(

@SubCommand("搞快点", "gkd")
@Description("使用多个图库查询涩图")
suspend fun CommandSender.someimagescache(json: String = "") {
suspend fun CommandSenderOnMessage<MessageEvent>.someimagescache(json: String = "") {
val mutex = getSubjectMutex(subject) ?: return
if (mutex.isLocked) {
logger.info("throttled")

0 comments on commit abcd508

Please sign in to comment.