Skip to content

Commit

Permalink
Joking?
Browse files Browse the repository at this point in the history
  • Loading branch information
GLDYM committed Mar 19, 2024
1 parent 89d5c8b commit fb9e0f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/guide/bot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bot帮助

## 互通(ChatBridge)!!
## 互通(ChatBridge)

互通命令仅在互通QQ群以及KOOK的聊天互通频道中生效。服务器内查看图片请安装 ChatImage 模组。

Expand All @@ -12,7 +12,7 @@
| !!stats | 显示FDC的一些统计信息,具体见帮助 |
| !!info | 显示服务器状态 |

## 百橙(Sorabot)#
## 百橙(Sorabot)

暂时使用 Nonebot 实现。请查看 [Sorabot使用指南](https://100oj.com/zh/%E5%B7%A5%E5%85%B7/SoraBot%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97)(有部分出入)或者输入 `#help` 查看

Expand Down Expand Up @@ -64,10 +64,10 @@

| 指令 | 返回内容 |
| ------------------------------------------------------------ | ------------------------------ |
| wordle -d [dict] -l [word_length] | wordle |
| wordle -d \[dict\] -l \[word_length\] | wordle |
| handle | 汉兜 |
| maze [-r --rows <ROWS>] [-c --cols <COLUMNS>] | 走迷宫,使用WASD,转角自动转 |
| ^(?=.\*[a-zA-Z])(?=.\*_)[a-zA-Z_]+(#(?=[a-zA-Z]+$)[a-zA-Z]\*)?$ | wordle帮助,大概长成`_cho#abd` |
| maze \[-r --rows \<ROWS\>\] \[-c --cols \<COLUMNS\>\] | 走迷宫,使用WASD,转角自动转 |
| ^(?=.\*[a-zA-Z])(?=.\*_)[a-zA-Z_]+(\#(?=[a-zA-Z]+$)[a-zA-Z]\*)?$ | wordle帮助,大概长成`_cho#abd` |

### 杂项

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"serve": "vitepress serve docs"
},
"dependencies": {
"vitepress": "^1.0.0-rc.25"
"vitepress": "^1.0.0-rc.45"
}
}

0 comments on commit fb9e0f2

Please sign in to comment.