From f324304c71b63196a242cb4f06dc65100b203494 Mon Sep 17 00:00:00 2001 From: Citrinate Date: Fri, 5 Jan 2024 23:09:21 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5706bb9..1b30f2d 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ These commands ignore marketability. To loot or transfer only marketable items, Command | Access | Description --- | --- | --- -`lootitems `|`Master`|Sends all items with the matching `AppID`, `ContextID`, and [`ItemIdentifier`](#itemidentifiers) from the given bot to the `Master` user. -`transferitems `|`Master`|Sends all items with the matching `AppID`, `ContextID`, and [`ItemIdentifier`](#itemidentifiers) from the given bot to the given target bot. +`lootitems `|`Master`|Sends all items with the matching `AppID`, `ContextID`, and any of [`ItemIdentifiers`](#itemidentifiers) from the given bot to the `Master` user. +`transferitems `|`Master`|Sends all items with the matching `AppID`, `ContextID`, and any of [`ItemIdentifiers`](#itemidentifiers) from the given bot to the given target bot. `transferitems^ `|`Master`|Sends an amount of items with the matching `AppID`, `ContextID`, and any of [`ItemIdentifiers`](#itemidentifiers) from the given bot to the given target bot. The `Amounts` specified may be a single amount of each item sent to all target bots, or differing amounts of each item, respectively, sent to all target bots. `transferitems% `|`Master`|Sends an amount of an item with the matching `AppID`, `ContextID`, and [`ItemIdentifier`](#itemidentifiers) from the given bot to the given target bot. The `Amounts` specified may be a single amount sent to all target bots, or differing amounts sent to each target bot respectively.