✨ Show restart result after restart
✨ ping command add real server delay
This commit is contained in:
parent
339b032ef5
commit
4c0b7a0930
@ -462,7 +462,7 @@ eval_need_dev: '**請注意:此命令可以直接操作您的賬戶**
|
||||
# restart
|
||||
restart_des: 重新啟動
|
||||
restart_processing: 正在嘗試重新啟動
|
||||
restart_complete: 重新啟動
|
||||
restart_complete: 重新啟動完成
|
||||
restart_log: 重新啟動 PagerMaid-Modify
|
||||
# trace
|
||||
trace_des: 跟蹤URL的重新導向。
|
||||
|
@ -59,7 +59,7 @@ if redis_status():
|
||||
restart_args = restart_args.decode("utf-8")
|
||||
restart_msg, restart_chat = restart_args.split("|")
|
||||
await bot.edit_message(
|
||||
restart_chat, restart_msg,
|
||||
int(restart_chat), int(restart_msg),
|
||||
lang('restart_complete')
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user