-
-
Notifications
You must be signed in to change notification settings - Fork 43
Add a new command #415
Description
Please add 4 commands to clear userdata: "rgWishlist", "rgFollowedApps", "rgIgnoredApps", "rgExcludeTags" (https://store.steampowered.com/dynamicstore/userdata)
"rgWishlist" -- https://store.steampowered.com/wishlist
"rgFollowedApps" -- https://steamcommunity.com/my/followedgames
"rgIgnoredApps" -- https://store.steampowered.com/account/notinterested
"rgExcludeTags" -- https://store.steampowered.com/account/preferences
Example commands:
clearWishlist [Bots] [AppIDs] -- If no [Bots] is specified, clear for everyone / If the AppID is not specified, clear it completely
clearFollowedApps [Bots] [AppIDs] -- If no [Bots] is specified, clear for everyone / If the AppID is not specified, clear it completely
clearIgnoredApps [Bots] [AppIDs] -- If no [Bots] is specified, clear for everyone / If the AppID is not specified, clear it completely.
clearExcludeTags [Bots] [TagIDs] -- If no [Bots] is specified, clear for everyone / If the TagID is not specified, clear it completely.