When using the command bot check [searchString], the command will behave normally only if searchString does not exist within any usernames.
Example: bot check gold SHOULD return:
- a list of users with Gold in their inventories, with a total.
- a list of users with Gold Bar in their inventories, with a total.
- the complete inventories of all users with the pattern "gold" in their usernames (not case-sensitive).
If no users meeting criterion #3 exist, then the command returns #1 and #2, as expected.
If any such users exist, the output omits #1 and #2. Only #3 appears.
When using the command
bot check [searchString], the command will behave normally only ifsearchStringdoes not exist within any usernames.Example:
bot check goldSHOULD return:If no users meeting criterion #3 exist, then the command returns #1 and #2, as expected.
If any such users exist, the output omits #1 and #2. Only #3 appears.