qinglong/repo/dockerbot/jbot/bot/update.py
2021-06-09 18:47:34 +08:00

10 lines
444 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

version = 'version :0.3.5'
botlog = '''
**2021年5月18日**
本次更新内容如下:
- 修改机器人断网重连
- 默认断网自动重连
- 如修改请在bot.json内添加括号内内容【```"noretry":true```】
- 添加上述内容后机器人断开连接重连5次5次不能连接成功将自动结束如需重新启用需通过终端运行```pm2 start jbot```
- 修正bean与chart命令 账号不一致问题
'''