From 896f532261358a14e770f729fd48e03478383986 Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Tue, 15 Nov 2022 21:49:02 +0800 Subject: =?UTF-8?q?=F0=9F=8E=A8=20=E4=BC=98=E5=8C=96=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/status/data_source.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ATRI') diff --git a/ATRI/plugins/status/data_source.py b/ATRI/plugins/status/data_source.py index 5daea59..10093c4 100644 --- a/ATRI/plugins/status/data_source.py +++ b/ATRI/plugins/status/data_source.py @@ -3,13 +3,12 @@ import time import psutil from datetime import datetime -from ATRI.service import Service from ATRI.message import MessageBuilder from ATRI.exceptions import GetStatusError _STATUS_MSG = ( - MessageBuilder("> Status Overview") + MessageBuilder("[Status Overview]") .text("[CPU: {b_cpu}% of {p_cpu}%]") .text("[Memory: {b_mem} of {p_mem}%]") .text("[Disk usage: {p_disk}%]") @@ -17,8 +16,9 @@ _STATUS_MSG = ( .text("[Net sent: {inteSENT}MB]") .text("[Net recv: {inteRECV}MB]") .text("") - .text("[Bot runtime: {bot_time}]") - .text("[Platform runtime: {boot_time}]") + .text("[Run Duration]") + .text("[Bot: {bot_time}]") + .text("[Platform: {boot_time}]") .text("{msg}") .done() ) -- cgit v1.2.3