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

Multi-Account Support #83

Closed JartanFTW closed 3 years ago

JartanFTW commented 3 years ago

Adds support for multiple cookies in the config. Updated InvalidCookie to accept the cookie that is invalid. Updated load_config to accept multiple cookies, as well as moved double_check to general from debug. Moved double_check in the config from debug to general, making it an official feature and no longer experimental. Changed update_user_id to update_user_info, which now saves the users name and display name. Added display-name-specific console logging, which looks really cool to be honest.

closes #78