Skip to content

Commit d15e3fb

Browse files
authored
upload
1 parent b0ad8e5 commit d15e3fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
## Example:
1414
```javascript
1515
const api = require("./api.js");
16+
17+
api.activity("123")
18+
api.miniprofile_background("123")
19+
api.miniprofile_avatar_frame("123")
20+
api.playersection_avatar("123")
21+
api.player_name("123")
22+
api.player_feature_name("123")
23+
api.player_xp("123")
1624
api.player_level("123")
1725
```
1826

0 commit comments

Comments
 (0)