mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 06:27:23 +08:00
Add files via upload
This commit is contained in:
parent
7576355e95
commit
5522391942
@ -20,18 +20,24 @@ weather_key: "" # 和风天气的天气key,会自动判断key版本
|
|||||||
命令
|
命令
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
weather <keywords...> # 查询目标地实时天气,例如:"天气 北京 海淀", "weather Tokyo Shinjuku"
|
weather <keywords...> # Keywords为城市名,支持中英文
|
||||||
bind-city <keywords...> # 绑定查询城市,个人全局生效
|
|
||||||
```
|
```
|
||||||
|
查询目标地实时天气,例如:"天气 北京 海淀", "weather Tokyo Shinjuku"
|
||||||
命令别名
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
weather|天气
|
bind-city <keywords...> # Keywords为城市名,支持中英文
|
||||||
bind-city|绑定城市
|
|
||||||
```
|
```
|
||||||
|
|
||||||
***
|
绑定查询城市,个人全局生效
|
||||||
|
|
||||||
|
#### 命令别名
|
||||||
|
|
||||||
|
| 命令 | 别名 |
|
||||||
|
| :-------: | :------- |
|
||||||
|
| weather | 天气 |
|
||||||
|
| bind-city | 绑定城市 |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### **统计信息`liteyuki_statistics`**
|
### **统计信息`liteyuki_statistics`**
|
||||||
|
|
||||||
@ -39,21 +45,26 @@ bind-city|绑定城市
|
|||||||
命令
|
命令
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
statistic message --duration <duration> --period <period> --group [current|group_id] --bot [current|bot_id] # 统计Bot接收到的消息
|
statistic message --duration <duration> --period <period> --group [current|group_id] --bot [current|bot_id]
|
||||||
# duration: 统计时长,支持格式例如:1d2h3m4s
|
|
||||||
# period: 统计周期,支持格式同上
|
|
||||||
# group: 统计群组,支持current(当前群聊)和group_id
|
|
||||||
# bot: 统计Bot,支持current(当前bot)和bot_id
|
|
||||||
```
|
```
|
||||||
|
|
||||||
命令别名
|
功能: 用于统计Bot接收到的消息, 统计周期为`period`, 统计时间范围为`duration`
|
||||||
|
|
||||||
```shell
|
| 参数 | 格式 |
|
||||||
statistic|stat
|
| :------: | :------------------------------------------------------------: |
|
||||||
message|m
|
| duration | 使用通用日期简写: `1d`(天), `1h`(小时), `45m`(分钟), `14s`(秒) |
|
||||||
--duration|-d
|
| period | 使用通用日期简写: `1d`(天), `1h`(小时), `45m`(分钟), `14s`(秒) |
|
||||||
--period|-p
|
| group | `current` (当前群聊) 或 `group_id` (QQ群号) |
|
||||||
--group|-g
|
| bot | `current` (当前Bot) 或 `bot_id` |
|
||||||
--bot|-b
|
|
||||||
current|c
|
#### 命令别名
|
||||||
```
|
|
||||||
|
| 命令 | 别名 |
|
||||||
|
| :----------: | :---: |
|
||||||
|
| `statistic` | stat |
|
||||||
|
| `message` | m |
|
||||||
|
| `--duration` | -d |
|
||||||
|
| --period` | -p |
|
||||||
|
| `--group` | -g |
|
||||||
|
| `--bot` | -b |
|
||||||
|
| `current` | c |
|
||||||
|
Loading…
Reference in New Issue
Block a user