From 110b137c55166ed168e7ae67a4a2c8ced43e53d7 Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Thu, 11 May 2023 14:54:20 +0800 Subject: =?UTF-8?q?=F0=9F=9A=B8=20=E4=BC=98=E5=8C=96=E5=B8=AE=E5=8A=A9?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/help/data_source.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ATRI') diff --git a/ATRI/plugins/help/data_source.py b/ATRI/plugins/help/data_source.py index 3263f34..1c015a4 100644 --- a/ATRI/plugins/help/data_source.py +++ b/ATRI/plugins/help/data_source.py @@ -29,11 +29,11 @@ class Helper: @staticmethod def menu() -> str: return ( - MessageBuilder("哦呀?~需要帮助?") - .text("关于 查看bot基本信息") - .text("服务列表 -以查看所有可用服务") - .text("帮助 (服务) -以查看对应服务帮助") - .text("Tip: 均需要at触发。@bot 菜单 以打开此页面") + MessageBuilder("哦呀?~需要帮助?") + .text("关于 -查看bot基本信息") + .text("服务列表 -查看所有可用服务") + .text("帮助(服务) -查看对应服务帮助") + .text("Tip:均需要at触发。@bot 菜单 以打开此页面") .done() ) @@ -44,9 +44,9 @@ class Helper: temp_list.append(i) nickname = "、".join(map(str, temp_list)) return ( - MessageBuilder("唔...是来认识咱的么") - .text(f"可以称呼咱:{nickname}") - .text(f"咱的型号是:{__version__}") + MessageBuilder("吾乃 ATRI!") + .text(f"可以称呼:{nickname}") + .text(f"型号是:{__version__}") .text("想进一步了解:") .text("atri.imki.moe") .done() -- cgit v1.2.3