From 5e4d4e4bfcf46ea98b126c3afb47b3895eddbaa4 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Wed, 15 Jan 2025 16:21:41 +0800 Subject: [PATCH] add sh command --- src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt index 68c4850..9aa23b7 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/misc/NWWNCommand.kt @@ -99,6 +99,7 @@ class XNMCommand: BaseCommand() { } } +@CommandDescription("设静") class SJCommand: BaseCommand() { override val commandNames = listOf("sj")