Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 authored Nov 17, 2021
1 parent d036879 commit 70be8e1
Showing 1 changed file with 57 additions and 3 deletions.
60 changes: 57 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,65 @@
# r6.tracker Discord Bot
This is Rainbow Six Siege stats by Discord Bot
use website : https://r6.tracker.network/
use website : https://r6.tracker.network

### Reference version
**node.js `v16.8.0`**
**discord.js `v12.5.1`**



# Installation

node.js version 12 at least
discord.js version 12
### Clone the repository
```
git clone https://github.com/hmes98318/r6.tracker-bot.git
```

### Install the package
```
npm install discord.js@12.5.1 request cheerio
```

### Modify `config.json`
```json
{
"token": "yourToken",
"prefix": "+",
"name": "r6.tracker-bot"
}
```

# Running the script

```
node bot.js
```

# Command

get profile
```
+r6 [PLAYER_NAME]
```

get Rank or Casual statistics
```
+r6 [PLAYER_NAME] [RANK/CASUAL]
```

get operator statistics
```
+r6 [PLAYER_NAME] operator [OPERATOR_NAME]
```

get help
```
+r6 help
```







0 comments on commit 70be8e1

Please sign in to comment.