From fb9b881e007522d0b4ee8bd1e5dd816f2c69b04b Mon Sep 17 00:00:00 2001 From: Ewait Date: Sat, 9 Jul 2022 12:31:31 +0800 Subject: [PATCH] docs(README): update README --- README.md | 6 ++++-- README_EN.md | 25 +++++++++++++------------ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4f20e92..410934a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@
- + [English](./README_EN.md) | 简体中文 - + ![python](https://img.shields.io/badge/Python-3.8%2B-green) ![commit](https://img.shields.io/github/last-commit/Aewait/Valorant-kaiheila-bot) ![release](https://img.shields.io/github/v/release/Aewait/Valorant-kaiheila-bot) [![khl server](https://www.kaiheila.cn/api/v3/badge/guild?guild_id=3566823018281801&style=3)](https://kaihei.co/oqz7Xg) ![githubstars](https://img.shields.io/github/stars/Aewait/Valorant-kaiheila-bot?style=social)
@@ -34,6 +34,7 @@ | `/roll 1 100` | 掷色子1-100,范围可自行调节 | | `/countdown 秒数` | 倒计时,默认60秒 | | `无` | 自动给新用户上对应角色(可自主修改) | +| `无` | 当有人助力服务器的时候,在通知频道发送感谢信息 | 你可以在[screenshot](./screenshot)文件夹中找到对应的截图示例 @@ -136,6 +137,7 @@ kill -9 进程号 - [x] 添加自动给新用户上色功能 - [ ] 学习python - [x] 学习接入官方的`valorant api`库 +- [ ] 实现查询游戏战绩(需要roit授权) - [ ] ~~实现玩家商店刷枪的查询~~ - [ ] ~~实现当商店刷新某一把枪的时候提醒玩家~~ - [ ] ~~查看玩家的夜市~~ diff --git a/README_EN.md b/README_EN.md index 7996d34..52b2177 100644 --- a/README_EN.md +++ b/README_EN.md @@ -28,18 +28,19 @@ For safety reason, the development of `/store`and`/nightmarket` has been cancele Here is the Command List for bot: -| command | function | -| ------------------- | ------------------------------------------------------------ | -| `/hello` | reply "world!" | -| `/Ahri` | help command(Because `/help`conflicts with other bots, `/Ahri`is used instead,who is an hero in League of Legends) | -| `/val err_code` | help with the err_code of valorant | -| `/saveid` | save or change user's game ID | -| `/myid` | show user's game ID | -| `/skin name` | search for skins | -| `/lead 30 20` | show leaderboard of `ap`.the top 30 gamers more than 20 wins | -| `/roll 1 100` | return a number in `1~100` | -| `/countdown 30` | set a countdown for 30s,which default is 60s | -| | Automatically grant roles to users | +| command | function | +| --------------- | ------------------------------------------------------------ | +| `/hello` | reply "world!" | +| `/Ahri` | help command(Because `/help`conflicts with other bots, `/Ahri`is used instead,who is an hero in League of Legends) | +| `/val err_code` | help with the err_code of valorant | +| `/saveid` | save or change user's game ID | +| `/myid` | show user's game ID | +| `/skin name` | search for skins | +| `/lead 30 20` | show leaderboard of `ap`.the top 30 gamers more than 20 wins | +| `/roll 1 100` | return a number in `1~100` | +| `/countdown 30` | set a countdown for 30s,which default is 60s | +| | Automatically grant roles to users | +| | When someone sponsor the server, send a thanks message on the notification channel | You can find image examples for the functions in [screenshot](./screenshot) floder.