From 4a2575e1c5e60b4d84424a12f97972203fb61cc0 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 26 Sep 2024 22:09:04 +0800 Subject: [PATCH] chore: remove command aliases --- .../kotlin/cn/rtast/fancybot/commands/misc/ShortLinkCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/misc/ShortLinkCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/misc/ShortLinkCommand.kt index f70204f..2635066 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/misc/ShortLinkCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/misc/ShortLinkCommand.kt @@ -17,7 +17,7 @@ import cn.rtast.rob.util.ob.OneBotListener @CommandDescription("生成短链接") class ShortLinkCommand : BaseCommand() { - override val commandNames = listOf("/s", "/sl", "/shortlink", "/short") + override val commandNames = listOf("/s") private val shortLinkApi = "https://api.rtast.cn"