JartanFTW / Trade-Notifier

A trade notifier for Roblox. Sends a Discord webhook whenever you complete/receive/send a trade.
Apache License 2.0
15 stars 2 forks source link

Experimental Feature: Ghost Inbound Double-Check #64

Closed JartanFTW closed 3 years ago

JartanFTW commented 3 years ago

Basically, on detecting a new inbound, if enabled in the config, will double-check after 10 seconds if that trade is still in inbounds. If it is, sends notification as normal. If not, it was a ghost trade and is ignored.

No clue if this would work, hence why experimental.