From 53a1807d9dc87b73363391a069099399052408a9 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 26 Sep 2024 17:43:13 +0800 Subject: [PATCH] chore: remove command alias --- .../kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt index cc3aff9..dc48cfb 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt @@ -17,7 +17,7 @@ import cn.rtast.rob.util.ob.OneBotListener @CommandDescription("防撤回(获取消息)") class AntiRevokeCommand : BaseCommand() { - override val commandNames = listOf("/revoke", "/rv", "/防撤回") + override val commandNames = listOf("/revoke", "/rv") override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List) { if (message.sender.userId !in configManager.admins) message.reply("你不许用防撤回")