From caadaaaf2cab8e4fd892646968a2c3abb4e13f6d Mon Sep 17 00:00:00 2001 From: jonas747 Date: Wed, 18 May 2016 02:40:41 +0200 Subject: [PATCH] Added guild_positions field to settings --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 796f5a4..2478e00 100644 --- a/structs.go +++ b/structs.go @@ -291,6 +291,7 @@ type Settings struct { Locale string `json:"locale"` Theme string `json:"theme"` + GuildPositions []string `json:"guild_positions"` RestrictedGuilds []string `json:"restricted_guilds"` AllowEmailFriendRequest bool `json:"allow_email_friend_request"` ConvertEmoticons bool `json:"convert_emoticons"`