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

Inbound trade notifier #23

Closed nwho99 closed 3 years ago

nwho99 commented 3 years ago

Add a setting in the config that allows for inbound notifying.

# completed, inbound, or both notifier_type = both

nwho99 commented 3 years ago

Completed trades & inbound trades should be separated into two different webhooks completed_trades_webhook = webhooklink inbound_trades_webhook = webhooklink