From ae5f60df41c33decd40edf0a89dfa201412c0cb3 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Wed, 25 Sep 2024 14:48:59 +0800 Subject: [PATCH] chore: format code --- src/main/kotlin/cn/rtast/fancybot/Const.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/Const.kt b/src/main/kotlin/cn/rtast/fancybot/Const.kt index 278d741..8aecba1 100644 --- a/src/main/kotlin/cn/rtast/fancybot/Const.kt +++ b/src/main/kotlin/cn/rtast/fancybot/Const.kt @@ -75,6 +75,8 @@ val items = listOf( SetuItem() ) +val START_UP_TIME = Instant.now().epochSecond + val commands = listOf( EchoCommand(), JrrpCommand(), RedeemCommand(), HitokotoCommand(), @@ -100,6 +102,4 @@ val commands = listOf( BankTransferCommand(), CreateBankAccountCommand(), BankBalanceCommand(), DepositCommand(), DMSearchCommand(), LlamaCommand() -) - -val START_UP_TIME = Instant.now().epochSecond \ No newline at end of file +) \ No newline at end of file