zaida04 / g.js-self

[archive] Library for creating selfbots on Guilded.
MIT License
54 stars 10 forks source link

refactor: richembed fixes #5

Closed Jgb14002 closed 3 years ago

Jgb14002 commented 3 years ago

Fix bug where adding fields to rich embeds would result in an undefined fields property. Change embed timestamps to use an ISO string format so that they are displayed property by the Guilded client. Fix bug where numerical color values would not get applied to rich embeds

Status [X] Code changes have been tested. [X] I know how to update typings and have done so, or typings don't need updating

Semantic versioning classification:

[X] This PR changes the library's interface (methods or parameters added) [X] This PR includes breaking changes (methods removed or renamed, parameters moved or removed) [] This PR only includes non-code changes, like changes to documentation, README, etc.