Skip to content

Commit

Permalink
Merge pull request #23 from sachinlim/feature/update-user-guide
Browse files Browse the repository at this point in the history
Update user-guide.md
  • Loading branch information
emberdex authored Nov 2, 2023
2 parents edf70da + aa49e18 commit 7b64693
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ Allows a user to search recently sold items on eBay to get an idea of how to pri

> Note that the results of this function can be influenced by various factors, and is not guaranteed to yield accurate results. Use this only as a guideline.
`/ebay` takes two arguments, the item to search for (required) and the visibility of the results message (optional), and produces results based on the last sold items (up to a maximum of 60 items):
`/ebay` takes two arguments, the item to search for (required) and the visibility of the results message (optional), and produces results based on the last sold items:

![A screenshot showing the result of the `/ebay` slash command on the Harmony Discord bot](images/ebay.png)

Due to the nature of eBay search, there are normally 60 search results, and these 60 results are used. Sometimes, there may be cases where the results total beyond 60.
Regardless of the number of results, trimming still works to remove 30% of the total results - 15% of the highest and lowest, all to reduce the number of anomalies.


### `/cex`

- **Who can use this:** Any user.
Expand Down

0 comments on commit 7b64693

Please sign in to comment.