chore: add more command aliases

This commit is contained in:
2024-10-07 20:18:50 +08:00
parent 0ad3314ddb
commit af9a117561
1 file changed
+1 -1
@@ -18,7 +18,7 @@ import java.net.URI
@CommandDescription("给我打钱!") @CommandDescription("给我打钱!")
class SupportMeCommand : BaseCommand() { class SupportMeCommand : BaseCommand() {
override val commandNames = listOf("打钱", "给我打钱") override val commandNames = listOf("打钱", "给我打钱", "support", "sp")
override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List<String>) { override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List<String>) {
val image = URI("$ASSETS_BASE_URL/images/048cc8af57f19850ca176f29e50b6215.png") val image = URI("$ASSETS_BASE_URL/images/048cc8af57f19850ca176f29e50b6215.png")