mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
更新README.md
This commit is contained in:
parent
86adde6844
commit
94b4a4d2b1
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -193,6 +193,18 @@ python bot.by
|
|||
|
||||
### 🎈四、更多功能
|
||||
|
||||
#### 📲所有指令
|
||||
|
||||
机器人的指令列表在[<B>src/qq_plugins/check.py</B>](src/qq_plugins/check.py)中,有如下指令:
|
||||
|
||||
```python
|
||||
menu = ['/今日运势','/天气','/图','/点歌','/摸摸头','/群老婆','/今日老婆', '/待办', '/test', '我喜欢你', "❤", "/待办查询", "/新建待办", "/删除待办"]
|
||||
```
|
||||
|
||||
输入其它指令机器人会回复听不懂哦。
|
||||
|
||||
<br>
|
||||
|
||||
#### ☄️待办、摸一摸、今日运势的初始化
|
||||
|
||||
机器人中已经配置好数据库初始化的脚本。若您是第一次启动机器人。会在项目根目录下自动创建<b><i>chat_bot.db</i></b>(数据库文件)
|
||||
|
|
|
|||
Loading…
Reference in a new issue