add more api response results
All checks were successful
deploy / build-and-deploy (push) Successful in 18s
All checks were successful
deploy / build-and-deploy (push) Successful in 18s
This commit is contained in:
@@ -141,6 +141,14 @@
|
||||
|
||||
```
|
||||
{
|
||||
// Vorname des Spielers
|
||||
firstname: string,
|
||||
// Nachname des Spielers
|
||||
lastname: string,
|
||||
// Nutzername des Spielers
|
||||
username: string,
|
||||
// UUID des Spielers
|
||||
uuid: string,
|
||||
// Liste aller Strikes, die der Spieler hat
|
||||
strikes: {
|
||||
// UTC Timestamp wann der Strike erstellt wurde
|
||||
|
||||
Reference in New Issue
Block a user