From 327426988b323107f1136409a462e6f7dc6d3a6b Mon Sep 17 00:00:00 2001 From: RTAkland Date: Mon, 7 Oct 2024 20:44:26 +0800 Subject: [PATCH] chore: chore: chore --- 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 4afe827..17e9d7a 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("打钱", "给我打钱", "给满子打钱") override suspend fun executeGroup( listener: OneBotListener,