Sfoglia il codice sorgente

Update comment to UserGuild

jonas747 8 anni fa
parent
commit
c9d0ac8463
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      restapi.go

+ 1 - 1
restapi.go

@@ -350,7 +350,7 @@ func (s *Session) UserChannelCreate(recipientID string) (st *Channel, err error)
 	return
 }
 
-// UserGuilds returns an array of Guild structures for all guilds.
+// UserGuilds returns an array of UserGuild structures for all guilds.
 func (s *Session) UserGuilds() (st []*UserGuild, err error) {
 
 	body, err := s.Request("GET", EndpointUserGuilds("@me"), nil)