From af9a117561f2de19c2d6edf2d0854c4ed92acf44 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Mon, 7 Oct 2024 20:18:50 +0800 Subject: [PATCH] chore: add more command aliases --- src/main/kotlin/cn/rtast/fancybot/commands/SupportMeCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/SupportMeCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/SupportMeCommand.kt index 0d7b261..2ff9591 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/SupportMeCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/SupportMeCommand.kt @@ -18,7 +18,7 @@ import java.net.URI @CommandDescription("给我打钱!") class SupportMeCommand : BaseCommand() { - override val commandNames = listOf("打钱", "给我打钱") + override val commandNames = listOf("打钱", "给我打钱", "support", "sp") override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List) { val image = URI("$ASSETS_BASE_URL/images/048cc8af57f19850ca176f29e50b6215.png")