mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 08:47:23 +08:00
21 lines
410 B
Markdown
21 lines
410 B
Markdown
---
|
||
title: 功能命令
|
||
icon: comment
|
||
order: 2
|
||
category: 使用手册
|
||
---
|
||
|
||
|
||
## 功能插件命令
|
||
|
||
### 轻雪天气`liteyuki_weather`
|
||
配置项
|
||
```yaml
|
||
weather-key # 和风天气的天气key
|
||
```
|
||
命令
|
||
```shell
|
||
weather <keywords...> # 查询目标地天气,例如:"天气 北京 海淀", "weather Tokyo Shinjuku"
|
||
bind-city <keywords...> # 绑定查询城市,个人全局生效
|
||
别名:weather 天气
|
||
``` |