You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR#14 fixed an issue where the RELATIONSHIP_UPDATE event actually uses stringized timestamps in the activity information, rather than the normal i64 timestamps in eg SET_ACTIVITY.
PR#14 fixed an issue with timestamps being converted into chrono::DateTime<Utc> with the wrong unit, resulting in date times far in the future.
PR#14 added more sanitization to crate::activity::ActivityBuilder to prevent strings with just whitespace being sent to Discord as that results in API failures.