Преглед изворни кода

Added guild_positions field to settings

jonas747 пре 8 година
родитељ
комит
caadaaaf2c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      structs.go

+ 1 - 0
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"`