From dea665edea01452857c516b79bb926e5128da69f Mon Sep 17 00:00:00 2001 From: BakaXiluo Date: Sat, 25 Nov 2023 11:16:32 +0800 Subject: [PATCH] fix: spell issues --- src/main/kotlin/ltd/guimc/lgzbot/command/LGZBotCommand.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/ltd/guimc/lgzbot/command/LGZBotCommand.kt b/src/main/kotlin/ltd/guimc/lgzbot/command/LGZBotCommand.kt index a6bf5c7..879e2bc 100644 --- a/src/main/kotlin/ltd/guimc/lgzbot/command/LGZBotCommand.kt +++ b/src/main/kotlin/ltd/guimc/lgzbot/command/LGZBotCommand.kt @@ -40,7 +40,7 @@ object LGZBotCommand: CompositeCommand ( val second: Long = Duration.parse(time).inWholeSeconds user.mute(second.toInt()) - if (ModuleStateConfig.silentmute) return + if (ModuleStateConfig.slientmute) return user.group.sendMessage( PlainText("[滥权小助手] ")+ At(user)+ @@ -58,7 +58,7 @@ object LGZBotCommand: CompositeCommand ( suspend fun CommandSender.unmute(user: Member) { try { (user as NormalMember).unmute() - if (ModuleStateConfig.silentmute) return + if (ModuleStateConfig.slientmute) return user.group.sendMessage( PlainText("[滥权小助手] ")+ At(user)+