Skip to content

Releases: 510208/cfbot

1.0.4

19 Jan 13:43
b880430
Compare
Choose a tag to compare

更新日誌

  • 新增客服單(tickets/ticket.py)
  • 新增自動回覆功能(auto_reply.py)
  • 允許一層子資料夾的 Cog 載入
  • 除錯紀錄顯示功能(debug鍵)

Full Changelog: 1.0.3...1.0.4

1.0.3

05 Jan 13:43
753bc5c
Compare
Choose a tag to compare

更新日誌

  • 為所有 Cogs 新增相同字典格式的 Cog 說明文件
COG_INTRO = {
    "name": "關於",
    "description": "關於專案(不能移除)"
}
  • 取消 Token 寫入 YAML 配置檔案,未來不會接受此功能更新(原因:難以設置 .gitignore
  • 更改專案名稱(從 CloudFeather Annou Bot 改為 CFBot
  • 大幅調整 Log 輸出

Full Changelog: 1.0.2...1.0.3

1.0.2

06 Jul 05:09
Compare
Choose a tag to compare

更新日誌

  • cfg.yml 中設定版本號並更新該版本號
  • 建立 dclogging.py 作為Discord群組紀錄模組
  • 完成在同步指令成功後將結果寫入 slash.json
  • 更新 .gitignore 檔案以防止 slash.json 的更新被暫存進Git儲存庫

Full Changelog: https://github.com/510208/yunyubot-dc-annou/commits/1.0.2