Skip to content

Commit

Permalink
docs(README): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
musnows committed Jul 9, 2022
1 parent 9a3c23c commit fb9b881
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@


<div align="center">

[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)
</div>
Expand All @@ -34,6 +34,7 @@
| `/roll 1 100` | 掷色子1-100,范围可自行调节 |
| `/countdown 秒数` | 倒计时,默认60秒 |
| `` | 自动给新用户上对应角色(可自主修改) |
| `` | 当有人助力服务器的时候,在通知频道发送感谢信息 |

你可以在[screenshot](./screenshot)文件夹中找到对应的截图示例

Expand Down Expand Up @@ -136,6 +137,7 @@ kill -9 进程号
- [x] 添加自动给新用户上色功能
- [ ] 学习python
- [x] 学习接入官方的`valorant api`
- [ ] 实现查询游戏战绩(需要roit授权)
- [ ] ~~实现玩家商店刷枪的查询~~
- [ ] ~~实现当商店刷新某一把枪的时候提醒玩家~~
- [ ] ~~查看玩家的夜市~~
Expand Down
25 changes: 13 additions & 12 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fb9b881

Please sign in to comment.