Merge pull request #570 from pixelrazor/develop

Changed Member.JoinedAt to type Timestamp
This commit is contained in:
Skippy 2018-08-22 19:43:43 -05:00 committed by GitHub
commit 25b80afaab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -597,7 +597,7 @@ type Member struct {
GuildID string `json:"guild_id"`
// The time at which the member joined the guild, in ISO8601.
JoinedAt string `json:"joined_at"`
JoinedAt Timestamp `json:"joined_at"`
// The nickname of the member, if they have one.
Nick string `json:"nick"`