You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: REGISTEDATE invalid output for accounts that don't have the 1 year badge on steam (https://steamcommunity.com/my/badges/1). This will display the info from some other badge
>> Enter command: REGISTEDATE ASF
<> Executing...
<bot> 25 of 28 tasks completed. Complete 2 more Steam Community tasks to earn the Level 3 badge.
Bug: REGISTEDATE invalid output for accounts that don't have the 1 year badge on steam (https://steamcommunity.com/my/badges/1). This will display the info from some other badge
Consider using the dedicated API for it https://developer.valvesoftware.com/wiki/Steam_Web_API#GetPlayerSummaries_(v0002) and extract the data from
.response.players[0].timecreated
. You will get a UNIX timestamp with the exact date and time.The text was updated successfully, but these errors were encountered: