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

Update webhook #82

Closed JartanFTW closed 3 years ago

JartanFTW commented 3 years ago

Implemented a new webhook system based on the discord.py system (it's ideal because I'd just be rewriting their code otherwise). This webhook system has been put into place for both regular notification webhooks and the new update notification webhooks too. On the surface users won't notice any difference but underneath it's way more adaptable for future expansions if we need them. Added an automatic webhook notification that'll alert the user every two hours if there is an update available for Horizon. This will only send webhooks when enabled in the config under the debug section, and will prioritize sending to the webhook url for completed trades first, inbound second, and outbound last, depending on which ones are enabled.

closes #79