Skip to content

Commit 17defbf

Browse files
committed
Added profile command description
1 parent 0a2b048 commit 17defbf

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,20 @@ Disteam, 디스팀은 SteamAPI를 이용한 여러 기능들을 디스코드에
3737
`IPlayerService/GetRecentlyPlayedGames`, `ISteamUser/GetPlayerSummaries`, `ISteamUser/ResolveVanityURL` API를 사용합니다.
3838

3939
![Alt text](https://github.com/dev-ruby/Disteam/blob/main/preview/RecentGame_Screenshot.png)
40+
41+
</br>
42+
</br>
43+
44+
### $Profile `user_id` | `profile_url`
45+
`user_id` : 스팀 id
46+
`profile_url` : 프로필 링크
47+
48+
</br>
49+
</br>
50+
51+
해당 유저에 대한 자세한 정보를 불러옵니다.
52+
스팀 프로필의 공개 범위에 따라 불러오는 정보가 달라질 수 있습니다.
53+
54+
`IPlayerService/GetOwnedGames`, `ISteamUser/GetPlayerSummaries`, `IPlayerService/GetSteamLevel`,`ISteamUser/ResolveVanityURL` API를 사용합니다.
55+
56+
![Alt text](https://github.com/dev-ruby/Disteam/blob/main/preview/Profile_Screenshot.png)

preview/Profile_Screenshot.png

34.6 KB
Loading

0 commit comments

Comments
 (0)