chore: remove command aliases

This commit is contained in:
2024-09-26 22:09:04 +08:00
parent 1953897642
commit 4a2575e1c5
1 file changed
+1 -1
@@ -17,7 +17,7 @@ import cn.rtast.rob.util.ob.OneBotListener
@CommandDescription("生成短链接") @CommandDescription("生成短链接")
class ShortLinkCommand : BaseCommand() { class ShortLinkCommand : BaseCommand() {
override val commandNames = listOf("/s", "/sl", "/shortlink", "/short") override val commandNames = listOf("/s")
private val shortLinkApi = "https://api.rtast.cn" private val shortLinkApi = "https://api.rtast.cn"