Skip to content

Commit

Permalink
Merge pull request #68 from kyometori/v1.4.0
Browse files Browse the repository at this point in the history
V1.4.0
  • Loading branch information
Zollo757347 authored Sep 7, 2024
2 parents bc007cd + b0f5705 commit b9d1393
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 20 deletions.
4 changes: 2 additions & 2 deletions constant.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bot": {
"version": "1.3.0",
"version": "1.4.0",
"releaseDate": {
"year": 2023,
"year": 2024,
"month": 9,
"date": 7
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "junior-hizollo",
"version": "1.2.0",
"version": "1.4.0",
"description": "用 TypeScript 寫成的爛 bot",
"main": "dist/src/index.js",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
/*************************************************************************
******************* Project : Junior HiZollo *******************
******************* Author : HiZollo Organization *******************
******************* Version : 1.3.0 *******************
******************* Release Date: 2023/09/07 *******************
******************* Version : 1.4.0 *******************
******************* Release Date: 2024/09/07 *******************
*************************************************************************/

/******************* 系統變數設置 *******************/
Expand Down
1 change: 1 addition & 0 deletions src/commands/Choose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default class Choose extends Command<string[]> {
type: CommandType.Utility,
name: 'choose',
description: '讓我來拯救你的選擇困難症',
extraDescription: '可以使用 `權重:選項名稱` 的語法來控制選項的權重,預設的權重是 `1`',
options: [{
type: ApplicationCommandOptionType.String,
name: '選項%i',
Expand Down
31 changes: 17 additions & 14 deletions src/features/info/recentUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,21 @@
*/

export default `
- 修復了很多 bug
- z 斜線指令不會自動補全
- \`rip\` 指令的圖片無法正常發送
- \`choose\` 指令的回應可以 tag everyone 和 here
- \`calc\` 指令大翻新
- 使用我們精心打造的計算機來計算
- 解決了之前有很多錯誤的錯誤
- 新增很多方便的數學函式,列表可以參考[這裡](<https://github.com/HiZollo/Calculator>)
- 現在不用關閉管理需要二步驗證(mfa)也能使用 HiZollo 的所有功能了
- 在 \`osu\` 指令新增模式參數
- 你可以透過它指定遊戲模式
- 移除 \`activity\` 指令
- 因為 Discord 已加上了開啟活動的按鈕
- 新增了一些回覆
- 修復了一些 bug
- 有漏洞可以拿來 @\u200beveryone
- \`react\` 無法使用特定表情
- 隱藏指令的回應機率不正確
- \`buttonrole\` 指令遇到 Unicode 表情時會出問題
- \`gomoku\` 指令的英文字母在某些手機裝置會被合併成國旗
- \`getmsg\` 指令獲得的訊息不包含指令本身
- HZNetwork 支援貼圖和訊息回覆連結
- \`choose\` 指令支援權重
- \`server\` 指令現在會顯示更詳細的頻道資料
- \`vote\` 指令現在使用時會跳出即將下架的提示,預計在下次更新中正式下架
- 新增一些隱藏指令的回應
- 修改一些隱藏指令的判斷標準
- 改變 \`calc\` 指令運算結果的顯示方式
- 關閉可以控制機器人的相關指令
- 包含 \`say\`、\`repeat\`、\`hznetwork\`、\`guildrop\`、和 HZNetwork 本身
- 這像更動會是暫時的
`;

0 comments on commit b9d1393

Please sign in to comment.