Browse Source

Fix permissions type for UserGuild

Carson Hoffman 4 years ago
parent
commit
90531dc713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      structs.go

+ 1 - 1
structs.go

@@ -611,7 +611,7 @@ type UserGuild struct {
 	Name        string `json:"name"`
 	Icon        string `json:"icon"`
 	Owner       bool   `json:"owner"`
-	Permissions int    `json:"permissions"`
+	Permissions int64  `json:"permissions,string"`
 }
 
 // A GuildParams stores all the data needed to update discord guild settings