From c3543e50894b18c08d5d98364d3e8082cfc780ef Mon Sep 17 00:00:00 2001 From: ccc_dw <2931589710@qq.com> Date: Mon, 6 Nov 2023 16:49:33 +0800 Subject: [PATCH] =?UTF-8?q?bot=E5=90=AF=E5=8A=A8=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 8c2dc07..28f75b1 100644 --- a/bot.py +++ b/bot.py @@ -22,5 +22,5 @@ nonebot.load_plugins("hexi") # 加载bot自定义插件 nonebot.load_from_toml("pyproject.toml") if __name__ == "__main__": - logger.warning("xx?启动!") + logger.warning("hexi?启动!") nonebot.run(app="__mp_main__:app")