diff options
author | Kyomotoi <[email protected]> | 2020-07-08 09:28:48 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-07-08 09:28:48 +0800 |
commit | cdc84aa5b883f4b44753e47f703dd9d1316b8dbb (patch) | |
tree | 2111d53d39e76d741e9f4160737e86b47f59e0b1 /run.py | |
parent | 1b62dfb2f80fe09aa977b7f7d1e933e454c8b599 (diff) | |
download | ATRI-cdc84aa5b883f4b44753e47f703dd9d1316b8dbb.tar.gz ATRI-cdc84aa5b883f4b44753e47f703dd9d1316b8dbb.tar.bz2 ATRI-cdc84aa5b883f4b44753e47f703dd9d1316b8dbb.zip |
Update run.py
Diffstat (limited to 'run.py')
-rw-r--r-- | run.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,15 +8,15 @@ Blog: lolihub.icu ===================================================""" ) print(COPYRIGHT) -time.sleep(0) +time.sleep(2) from AyaBot import config -time.sleep(0) +time.sleep(2) print("开始执行主程序...RCnb!") -time.sleep(0) +time.sleep(2) from os import path from AyaBot.plugins import module |