Skip to content

v1.2.0

Compare
Choose a tag to compare
@musnows musnows released this 12 May 15:45
· 23 commits to main since this release
98d0366

What's Changed?

  • refactor(code): rename all def name to UNIX style
  • refactor(admin): move admin command to admin.py
  • refactor(code): using Admin.is_admin def to replace if user_id == matser_id
  • feat(FileManage): add class boolean for bool type reverse
  • feat(api): add /bot-log for get bot cmd/guild/user log
  • feat(web/ahri): add vue & ajax for get bot status from api.py
  • feat(config): add options for webhook connection
  • docs(requirements): add pyg2plot

  • refactor(code): 函数命名重构为 UNIX style
  • refactor(admin): 将代码中部分管理员命令统一移动道 admin.py
  • refactor(code): 用 Admin.is_admin来统一替代if user_id == matser_id
  • feat(FileManage): 新增 class boolean 来管理bool类型和快速逆置
  • feat(api): 新增 /bot-log 接口来获取机器人 cmd/guild/user 命令使用信息
  • feat(web/ahri): 新增 vue & ajax 代码来请求 /bot-log 接口,展示机器人用户量
  • feat(config): 新增webhook机器人启动方式
  • docs(requirements): add pyg2plot