Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #46

Merged
merged 27 commits into from
Aug 6, 2020
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2fc81ec
LP - just for better reading
idinium96 Aug 2, 2020
afe0a09
fix autokeys not synced with bptf listings
idinium96 Aug 4, 2020
e2cc543
no more needed
idinium96 Aug 4, 2020
a810191
use sleep-async instead of sleep
idinium96 Aug 4, 2020
0700051
up MyHandler.ts
idinium96 Aug 4, 2020
c06d7ca
fix listing disappeared?
idinium96 Aug 4, 2020
775447b
maybe like this to fix autobump issue?
idinium96 Aug 4, 2020
a627fbd
update MyHandler.ts, again
idinium96 Aug 4, 2020
8a06421
idk why sometime key appear in Invalid_items
idinium96 Aug 4, 2020
c2a2bf9
fix these reasons didn't appeared
idinium96 Aug 4, 2020
968f281
add fields
idinium96 Aug 4, 2020
85647c5
initialized values
idinium96 Aug 4, 2020
7e2abef
Pro KS, Spec KS, KS, NC
idinium96 Aug 4, 2020
50a7f6c
this thing is indeed needed
idinium96 Aug 4, 2020
ec21525
update MyHandler.ts
idinium96 Aug 4, 2020
b4862ad
update autokeys boolean
idinium96 Aug 5, 2020
7809fbe
update discord webhook formatting
idinium96 Aug 5, 2020
00d97c8
limit only 15 items to be listed in summary
idinium96 Aug 5, 2020
279095f
check queue position directly on CartQueue
idinium96 Aug 6, 2020
308b622
fix typo
idinium96 Aug 6, 2020
9f8edb4
add !resetqueue command
idinium96 Aug 6, 2020
fe7001d
fix wrong autokeys intent
idinium96 Aug 6, 2020
b3aba46
autokeys: update key price when key rate changes
idinium96 Aug 6, 2020
bcab485
use finally to check key listing
idinium96 Aug 6, 2020
f2b13e0
change name
idinium96 Aug 6, 2020
9ad9046
fix not show invalid items after accepting review
idinium96 Aug 6, 2020
a0efe3c
update README
idinium96 Aug 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update README
  • Loading branch information
idinium96 committed Aug 6, 2020
commit a0efe3c22d560deea3e8323be47e807c0d9d70f2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A free and open source fully automated TF2 trading bot advertising on www.backpa
**tf2autobot made by IdiNium**
[![profile-Steam](https://img.shields.io/badge/Steam-profile-blue)](https://steamcommunity.com/profiles/76561198013127982/)
[![profile-bptf](https://img.shields.io/badge/Backpack.tf-profile-blue)](https://backpack.tf/profiles/76561198013127982)
![profile](https://user-images.githubusercontent.com/47635037/88795331-708f5380-d1d2-11ea-8adf-92d94be581e9.PNG)
[![profile](https://user-images.githubusercontent.com/47635037/88795331-708f5380-d1d2-11ea-8adf-92d94be581e9.PNG)](https://backpack.tf/profiles/76561198013127982)

Before you install the bot, there are a few things you need to have taken care off before you will be able to run the bot.

Expand Down Expand Up @@ -147,7 +147,7 @@ Some screenshots:

![autokeys3](https://user-images.githubusercontent.com/47635037/84581310-9c1cd100-ae12-11ea-80fa-085ad8bff73e.png)

You can see codes on how this feature works [here](https://github.com/idinium96/tf2autobot/blob/master/src/classes/MyHandler.ts#L1582-L2176).
You can see codes on how this feature works [here](https://github.com/idinium96/tf2autobot/blob/master/src/classes/MyHandler.ts#L1636-L2304).

### Emojis and more commands added

Expand Down Expand Up @@ -356,7 +356,7 @@ Time will be use in "!time" command and

- `ENABLE_MANUAL_REVIEW`: [true|false] - Set to `true` if you want any INVALID_VALUE/INVALID_ITEMS/OVERSTOCKED/DUPED_ITEMS/DUPE_CHECK_FAILED trades to be reviewed by you.
- `DISABLE_SHOW_REVIEW_OFFER_SUMMARY`: [true|false] - set to `true` if you do not want your bot to show offer summary to trade partner, but it will only notify trade partner that their offer is being hold for a review.
- `DISABLE_REVIEW_OFFER_NOTE`: [true|false] - If set to `false`, it will show note on [each error](https://github.com/idinium96/tf2autobot/blob/master/src/classes/MyHandler.ts#L1358-L1572)
- `DISABLE_REVIEW_OFFER_NOTE`: [true|false] - If set to `false`, it will show note on [each error](https://github.com/idinium96/tf2autobot/blob/master/src/classes/MyHandler.ts#L1414-L1634)
- `DISABLE_SHOW_CURRENT_TIME`: [true|false] - If set to `false`, it will show owner time on offer review notification that trade partner will received.

- `DISABLE_ACCEPT_INVALID_ITEMS_OVERPAY`: [true|false] - Default: `false`. Set to `true` if you do not want your bot to accept a trade with INVALID_ITEMS but with their value more or equal to our value.
Expand Down