chore: change command names

This commit is contained in:
2024-09-26 05:47:31 +08:00
parent 7a6e00d4d2
commit 6e38ff1b04
5 files changed
+5 -5

No files matched your search

@@ -16,7 +16,7 @@ import cn.rtast.rob.util.ob.OneBotListener
@CommandDescription("将自己的牛子长度转账给别人")
class NiuziTransferCommand : BaseCommand() {
override val commandNames = listOf("牛子转账", "转账", "/zz")
override val commandNames = listOf("牛子转账", "zz")
override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List<String>) {
if (args.isEmpty()) {