Skip to content

Commit

Permalink
Update Lolicon.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
cikiPAD authored Nov 2, 2023
1 parent 72da4d7 commit 680ea69
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
Expand Up @@ -302,7 +302,7 @@ object Lolicon : CompositeCommand(

@SubCommand("多来点", "来几张")
@Description("多发几张图")
suspend fun CommandSender.advanced2(json: String) {
suspend fun CommandSender.advanced2(json: String = "") {
val mutex = getSubjectMutex(subject) ?: return
if (mutex.isLocked) {
logger.info("throttled")
Expand Down

0 comments on commit 680ea69

Please sign in to comment.