Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Dec 31, 2024
1 parent 39c49f2 commit 4013578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CS2Interface/IPC/Documentation/Items/GetCrateContents.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Get the contents of storage unit `crateID` owned by the given `botName`

> [!NOTE]
> Requests might fail if too many are made in a short period of time. It's recommended that you cache this data and use the crate's `attributes.modification date` property to determine if your cache is fresh.
## Path Parameters

Name | Required | Description
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Command | Alias |
> [!NOTE]
> It's not possible for a bot to farm non-CS2 cards and use the CS2 Interface at the same time. These two operations can interfere with one another on startup, and so it's important to also enable the `FarmingPausedByDefault` flag. This will prevent ASF's CardFarmer module from starting automatically.
>
> If you want to farm cards you can still do so using the `resume` command. The CS2 Interface will automatically start when ASF stops farming.
> If you want to farm cards you can still do so using ASF's `resume` command, and the CS2 Interface will automatically resume when ASF stops farming. There are events however that will cause ASF to stop farming even if ASF isn't actually finished farming (such as when a new game is added to your bot's account). To guarantee that ASF fishishes farming cards you should use the `cstop` command, and then manually resume the interface when card farming is complete using the `cstart` command.
---

Expand Down

0 comments on commit 4013578

Please sign in to comment.