Fiordi
Fiordi
Hi, I removed the timestamp from the type.go file, added a comment and handled the resp.Body.Close() better.
@msstoci Hi. the timestamp field should be added to the Embed struct and not to Message ``` type Message struct { Username *string `json:"username,omitempty"` AvatarUrl *string `json:"avatar_url,omitempty"` Content *string `json:"content,omitempty"`...
> @TheFiordi Appreciate the review, and you're totally right, but the PR was raised by @msstoci :) You're right, I'm so sorry!!