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

Regex parsing of cookie #93

Open JartanFTW opened 3 years ago

JartanFTW commented 3 years ago

Summary

Because people seem to love messing with the format they put cookies into the config, add a regex search for the cookie to separate it from the rest of the string people paste in.

Motivation

Ease of use for end-users.