diff --git a/main.py b/main.py index e0b386b..ddb49dc 100644 --- a/main.py +++ b/main.py @@ -25,7 +25,7 @@ def main(chat_type: int): robot.LOG.info(f"WeChatRobot【{__version__}】成功启动···") # 机器人启动发送测试消息 - robot.send_text_msg("机器人启动成功!", "filehelper") + robot.send_text_msg("启动成功!", "filehelper") # 接收消息 # robot.enableRecvMsg() # 可能会丢消息?