Skip to content

Commit

Permalink
Zmieniono plik README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgic1337 committed Jul 4, 2024
1 parent a4f9610 commit 61beeb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ To pozwoli twoim widzom sprawdzić średnie statystyki graczy (avg. K/D, kille i
```
To pozwoli twoim widzom sprawdzić statystyki z ostatniej gry danego gracza (avg. K/D, kille itp.) poprzez użycie komendy **!last**.

## Linki
- [Dokumentacja](https://docs.mxgic1337.xyz/faceit-stats-api/#/)
### Konfiguracja komendy !live
- Na swoim czacie wpisz komendę:
```
!cmd add live @${sender}, Aktualny mecz ${pathescape ${1} | <Twój nick z FACEIT>}: $(customapi. 'fc.mxgic1337.xyz/live/${pathescape ${1} | <Twój nick z FACEIT>}')
```
To pozwoli twoim widzom sprawdzić wynik aktualnego meczu za pomocą komendy **!live**.

Projekt nie jest powiązany z **FACEIT** lub/i **StreamElements**.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faceit-se-api",
"version": "0.7.0",
"version": "0.7.1",
"description": "",
"main": "server.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ app.get('/', (req, res) => {
<li><b>$wins</b> - Zwycięstwa gracza (ostatnie 24h, do 100 gier)</li>
<li><b>$losses</b> - Przegrane gracza (ostatnie 24h, do 100 gier)</li>
</ul>
<a href="https://github.com/mxgic1337/faceit-se-api">GitHub</a> &bull; <a href="https://docs.mxgic1337.xyz/faceit-se-api/#/">Dokumentacja</a>
<a href="https://github.com/mxgic1337/faceit-se-api">GitHub</a>
<p>Projekt nie jest powiązany z <b>FACEIT</b> lub/i <b>StreamElements</b>.</p>
<p>Wersja <b>${packageJSON.version}</b></p>`)
})
Expand Down

0 comments on commit 61beeb2

Please sign in to comment.