瀏覽代碼

Merge pull request #570 from pixelrazor/develop

Changed Member.JoinedAt to type Timestamp
Skippy 6 年之前
父節點
當前提交
25b80afaab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      structs.go

+ 1 - 1
structs.go

@@ -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"`