feat: add dm search

This commit is contained in:
2024-09-24 19:11:04 +08:00
parent 7688f538fb
commit 98f4f5d10f
3 files changed
+90

No files matched your search

@@ -200,6 +200,7 @@ val commands = listOf(
NiuziBankCommand(), WithdrawCommand(),
BankTransferCommand(), CreateBankAccountCommand(),
BankBalanceCommand(), DepositCommand(),
DMSearchCommand()
)
val START_UP_TIME = Instant.now().epochSecond