Skip to content

v1.1.4

Compare
Choose a tag to compare
@musnows musnows released this 20 Apr 00:12
· 58 commits to main since this release
b9916c6

What's Changed?

  • fix(BotLog): fix keyErr in log_bot_cmd, add cmd log user/guild useage
  • feat(BotLog): add user/guild init_time,used_time
  • fix(main): fix params err in /kill cmd, fix args err in /login cmd
  • fix(funny): add n limit to /roll command
  • docs(api): update api docs
  • docs(gitignore): ignore web file
  • docs(log.example): update BotUserLog.json

  • fix(BotLog): 修复了 log_bot_cmd函数的keyErr, 添加正确的用户/服务器每日命令量的计数
  • feat(BotLog): 用户和服务器字段新增初始化时间和最后使用时间
  • fix(main): 修复了kill命令和login中的参数错误
  • fix(funny): roll命令添加同时掷骰子的数量限制(否则会撞到2w字limit)
khl.requester.HTTPRequester.APIRequestFailed: Requesting 'POST message/create' failed with 40000: Content只能包含至多20,000个字符。
  • docs(api): 更新 api docs
  • docs(gitignore): 忽略 web 文件夹
  • docs(log.example): 更新 BotUserLog.json