forked from pothtonswer/discordmuffin
Changed Id to ID per iopreds request
This commit is contained in:
parent
88c37e75a1
commit
339ad583da
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ type Ready struct {
|
||||||
type Relationship struct {
|
type Relationship struct {
|
||||||
User *User `json:"user"`
|
User *User `json:"user"`
|
||||||
Type int `json:"type"` // 1 = friend, 2 = blocked, 3 = incoming friend req, 4 = sent friend req
|
Type int `json:"type"` // 1 = friend, 2 = blocked, 3 = incoming friend req, 4 = sent friend req
|
||||||
Id string `json:"id"`
|
ID string `json:"id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// A RateLimit struct holds information related to a specific rate limit.
|
// A RateLimit struct holds information related to a specific rate limit.
|
||||||
|
|
Loading…
Reference in a new issue