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,