Nikita Semenov

Results 2 issues of Nikita Semenov

### Summary Trade events are not triggered sometimes ### Reproduction Steps ``` import json import steam bot = steam.Client(state=steam.PersonaState.Invisible) @bot.event async def on_ready(): print('Client is ready!') @bot.event async def on_trade_receive(trade:...

bug

**Describe the bug** When `!buy` or `!sell` command is used with a one word name item it includes the specified amount inside the item name **To Reproduce** Steps to reproduce...

bug